Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Game2
#python 3.6.9 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")
run
|
edit
|
history
|
help
0
Sum of two numbers
PyClassLinSearch
Python input
sum_of_digits.py
Lab_I_4_25_11_2020
HW5-solution
(P3) Fibonacci 2
L5- part b
Evaluacion 2 -ICA
count(even/odd)fromlist.py