Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Random module
#python 3.5.2 print ("Hello, world!") import random rn=random.randint(99,2000) print(rn) list=[["star plus"],["cartoon"],["sabtv"]] choice=random.choice(list) print(choice)
run
|
edit
|
history
|
help
0
Python: Functions I : Functions with messages.
Return nth fibonacci number using memoization
Ns
linked_lists_2
abc
kenken1
Gauss
Palindrome using recursion
gj
DICTIONARY PROBLEM