![]() |
|
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) 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 and no problem
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. |