Sinisterly
Python coding questions - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Python (https://sinister.ly/Forum-Python)
+--- Thread: Python coding questions (/Thread-Python-coding-questions)

Pages: 1 2


RE: Python coding questions - Ex094 - 05-06-2014

(05-06-2014, 02:18 PM)Ligeti Wrote: @Ex094 he already said he is using 2.7.3 (and not 3)

Quote:I'm using Python 2.7.3

But you are right of course Smile this is why I edited the code and added parentheses to print function, although both works for me and I am still running Python 2.7.3 as you can see in my results above!

Thanks and peace!

Dang, Missed that part.. Thanks for the notification


RE: Python coding questions - Ligeti - 05-06-2014

(05-06-2014, 02:21 PM)Ex094 Wrote: Dang, Missed that part.. Thanks for the notification

I know Tongue and no problem Smile


RE: Python coding questions - TeemuStew - 05-07-2014

Thank you both but yeah, it just keep crashing :/ i'm going to need to reinstall.


RE: Python coding questions - TeemuStew - 05-08-2014

Now it says that it cannot understand line "if" :/ what the hell is going on


RE: Python coding questions - Ligeti - 05-08-2014

OK

This is really strange! Could you please take snapshots (screen shots)? Where did you download Python from (which package)?

What OS are you running (I don't remember if you mentioned it or not)

Thanks


RE: Python coding questions - TeemuStew - 05-09-2014

I just found out why it keeps crashing. I have too much spaces, i deleted every space that wasn't necessary and it started working. I didn't know that spaces were that important in Python? :/


RE: Python coding questions - Ligeti - 05-09-2014

Sadly yes... we call them indentation

Peace.