Python pattern program 💪 #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai #ml #machinelearning #datascience
6
42
230
102
11K
s='Python' for i in range(1,len(s)+1): print(s[:i]) for i in range(len(s)-1,0,-1): print(s[:i])
0
0
2
0
70
my_str = 'Python' x = 0 for i in my_str: x += 1 print(my_str[0:x]) # Сбрасываем значение x для второго цикла x = len(my_str) for i in my_str: x -= 1 if x > 0: print(my_str[0:x])
0
0
0
0
17
Die Muster in Python sind wirklich faszinierend. Wie nutzen Sie diese in Ihren eigenen Projekten? 🐍 #PythonProgrammierung
0
0
0
0
29
United States Tendances
- 1. #UFC322 188K posts
- 2. Islam 298K posts
- 3. Morales 39K posts
- 4. Valentina 16.6K posts
- 5. #byucpl N/A
- 6. Prates 37K posts
- 7. Ilia 8,074 posts
- 8. Sark 6,257 posts
- 9. LING BA TAO HEUNG 436K posts
- 10. #LingTaoHeungAnniversary 434K posts
- 11. Khabib 13.3K posts
- 12. Dagestan 3,459 posts
- 13. Dillon Danis 14.3K posts
- 14. Kirby 18.8K posts
- 15. Georgia 91.3K posts
- 16. Zhang 28.1K posts
- 17. #GoDawgs 9,896 posts
- 18. Ole Miss 12.8K posts
- 19. #Toonami 2,505 posts
- 20. Weili 8,869 posts
Loading...
Something went wrong.
Something went wrong.