Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Range List for Python
# Range List for Python a=1;b=20;c=3 rng=list(range(a,b,c)) for i in rng: print(i)
run
|
edit
|
history
|
help
0
Lesson4
map lambda list
Lesson 3 HW-Final
Bisection method
func mast
Reading XML file for modification
library
EJ_2_python_20.068.214-9_20.116.927-5
PyFoodVatTip
DICTIONARY PROBLEM