[ create a new paste ] login | about

Link: http://codepad.org/B3wxSdzb    [ raw code | output | fork ]

Python, pasted on Sep 24:
1
2
3
import random
a,b = randint (1,30)
print (a//b)


Output:
1
2
3
4
Traceback (most recent call last):
  Line 2, in <module>
    a,b = randint (1,30)
NameError: name 'randint' is not defined


Create a new paste based on this one


Comments: