Posts by Wilson Bonato • 45 points
2 posts
-
3
votes2
answers57
viewsQ: Input resulting in None
I was trying a new to present the texts in a basic game that I’m creating, which basically gives a sense that the text is being written The code is this below: def print_slow(txt): for x in txt:…
pythonasked Wilson Bonato 45 -
-2
votes1
answer694
viewsQ: Splitting codes into . py files
I started programming now, and I started in python, so I started researching more deeply in this language, and I went to see some videos of game programming, in these videos I saw that the game was…
pythonasked Wilson Bonato 45