This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
python-project
Watch
1
Star
0
Fork
0
You've already forked python-project
Code
Issues
Pull Requests
Releases
Wiki
Activity
2f2e74f13d
python-project
/
various other things
/
python multiplier.py
Caleb Fontenot
b41aa94af5
Reorganized Everything
2019-08-23 09:02:10 -05:00
5 lines
43 B
Python
Raw
Blame
History
x
=
5
for
x
in
range
(
1000
)
:
x
*
5
print
(
x
)
Reference in New Issue
View Git Blame
Copy Permalink