Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Game2
#python 3.6.9 def main() print ("Hello, world!") count = 0 import random from random import randint if count < 3: value = randint(1,10) #1 and 10 represent the range for your #random value print(value) elif count == 2: print("end") main ()
run
|
edit
|
history
|
help
0
An attempt at making an encrypting algo in Python.
9202335.py
list_copy_shallow_deep.py
Idd or even
LinkedList implementation
Return nth fibonacci number using memoization
PyRegSetRange
Python mehrfachvererbung
Tuples operating with '+' '*'
ConstructorBehaviourInInheritance