Home
Projects
Pohooo
skills-introduction-to-github
Pohooo/skills-introduction-to-github
Exercise: Introduction to GitHub
0
stars
0
forks
0
watchers
MIT License
View on GitHub
2 Open Issues Need Help
Last updated: Aug 22, 2025
Open Issues Need Help
View All on GitHub
Index.html.
about 2 months ago
good first issue
Pohooo/skills-introduction-to-github
0
Exercise: Introduction to GitHub
import random titkos_szam = random.randint(1, 100) tipp = 0 print("Gondoltam egy számra 1 és 100 között. Találd ki!") while tipp != titkos_szam: tipp = int(input("Mi a tipped? ")) if tipp < titkos_szam: print("Nagyobb számra gondoltam.") elif tipp > titkos_szam: print("Kisebb számra gondoltam.") else: print("Gratulálok! Eltaláltad!")
about 2 months ago
good first issue
Pohooo/skills-introduction-to-github
0
Exercise: Introduction to GitHub