Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

Vapourware Trying to learn programming from ~0, realistic goals naturally help needed.

Perkel

Arcane
Joined
Mar 28, 2014
Messages
15,875
Python has no -= and += operators.

?? I use them without problem in python. Hell even if i do w = w +1 it will make a weak syntax error with help to change it to w += 1
 

7h30n

Augur
Joined
Aug 14, 2012
Messages
311
He probably confused them with ++ and -- operators which aren't in pyhon (so you can't write x++ but must instead x += 1).
 

Perkel

Arcane
Joined
Mar 28, 2014
Messages
15,875
Perkel did you become a hotshot programmer yet?

One more micro issue left. Work in IT now thanks to this scrambling some code here and there. Need to make that game though. I guess neandertal way is the right way for one man team.
 

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom