This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
cs50
Watch
1
Star
0
Fork
You've already forked cs50
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
cs50
/
src6
/
1
/
mario7.py
5 lines
97 B
Python
Raw
Permalink
Blame
History
# Prints a 3-by-3 grid of bricks with loop and * operator
for
i
in
range
(
3
)
:
print
(
"
#
"
*
3
)
Reference in New Issue
View Git Blame
Copy Permalink