Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~306 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Osleff

Hi community, I'm Tim and I'm a 17-year-old student from Germany. I started "developing" software (at least trying to do so) 3 years ago. Today I have good knowledge of the programming language Python and I'm learning C++ at the moment. I would describe myself as an intermediate developer. This …

Member Avatar for vietnamvisa
0
93
Member Avatar for JuvenileMango

What is the difference between [CODE]file = open("name.txt")[/CODE] and [CODE]file = open("name.txt", 'r')[/CODE]? I can still use the methods: read(n), readline(n), and readlines(n) without adding the "r" in the open method.

Member Avatar for JuvenileMango
0
93
Member Avatar for d8m9

Hi, I want to change a variable in a definition everytime it is called. for example: when I click on button, it will print 1 when I click on button again, it will print 2 Is this possible? I have written this code but it doesnt work :) [CODE]k=0 def …

Member Avatar for d8m9
0
120