پایتون ( Machine Learning | Data Science )
Pattern 2
n = 7
for i in range(n, 0, -1):
print(i, end=" ")
#code #pattern
🆔
@Python4all_pro
👍
19
🆒
3