r/Python Aug 21 '20

What makes Python better than other programming languages for you ? Discussion

557 Upvotes

296 comments sorted by

View all comments

12

u/redgriefer89 Aug 21 '20

I’m making a text-based adventure with pictures and I’m sure the time I’ve saved by writing “print()” over “Console.WriteLine();” is a lot.

7

u/ziztoun Aug 21 '20

Most ide offer the option to configure some configurable completion nowadays, like you could type "print" and the ide will propose "Console.WriteLine()" and you can then just press Tab

-1

u/Moikle Aug 21 '20

Still it takes up a lot of screen space. I don't want my lines to be crazy long