Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
playing around with python
from random import * testing = [1, 2, 3, 4]; x = 0; for i in range(0, 4): print (testing[i]); i += 1; while True: x += 1; print('test %d' % (randint(1,100))); if x == 5: break;
run
|
edit
|
history
|
help
0
denemeler
shivareddy error
miyabhai
Inheritance.py
Add missing names
Email_Python
Yogesh.py
reduce lambda
practice
Guessing game