Skip to content

Commit c98bfeb

Browse files
authored
Update and rename Advanced-Loops(10 mins).py to Advanced-Loops-10 mins.py
Signed-off-by: Bubbles The Dev <[email protected]>
1 parent 0839a9c commit c98bfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python-Fundamentals-part2/Advanced-Loops(10 mins).py renamed to Python-Fundamentals-part2/Advanced-Loops-10 mins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
print() # Print a newline after each row
4949

5050
squares = [x**2 for x in range(5)] # List comprehension to create a list of squares of numbers from 0 to 4
51-
print(squares) # Print the list of squares
51+
print(squares) # Print the list of squares

0 commit comments

Comments
 (0)