Re: Help a noob out

2019-05-02 Thread Hampus Sjödin
Den torsdag 2 maj 2019 kl. 11:43:53 UTC+2 skrev inhahe: > On Thu, May 2, 2019 at 5:26 AM wrote: > > > Hey guys, can someone quickly explain why this piece of code doesn't work? > > (I'm really new to Python) > > > > birth_year = input("What year are you born? ") > > current_year = 2019 > > age =

Errorcode when running scripts in PyCharm

2019-05-02 Thread Hampus Sjödin
Hey guys, so I've managed to ruin PyCharm for myself.. I just finished my first script in PyCharm and I tried renaming the file, so I closed PyCharm to reenter the file using the file manager.. And now it won't run when I try to. This is what I get: C:\Users\hampu\AppData\Local\Programs\Python\

Re: Errorcode when running scripts in PyCharm

2019-05-02 Thread Hampus Sjödin
Den torsdag 2 maj 2019 kl. 13:31:29 UTC+2 skrev DL Neil: > On 2/05/19 11:05 PM, Hampus Sjödin wrote: > > Hey guys, so I've managed to ruin PyCharm for myself.. I just finished my > > first script in PyCharm and I tried renaming the file, so I closed PyCharm > > to reent