How many hashes ( # ) does the code output to the screen?
floor = 10 a.zero(nothing)
while floor !=0: b.five
floor //= 4 c. one
print ("#", end=””) d.three
else:
print ("#")
How many hashes ( # ) does the code output to the screen? floor = 10 a. zero(nothi
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am