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
63a1bafaa0
python-project
/
python multiplier.py
Caleb Fontenot
335515d331
add files
2019-07-15 09:16:41 -07: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