Skip to content

Commit cc0561b

Browse files
Update Floydstriangle.py
1 parent 081b62b commit cc0561b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Flyod's-Triangle/Floydstriangle.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
print("Enter the Number of Rows: ", end="")
2+
23
row = int(input())
34
num = 1
45

0 commit comments

Comments
 (0)