Can u help me?
well i am a new programmer. i was learning python. today i instaled python run time environment. then i started to write some code. now none of them actually worked. i will tell u 3 code.plz tell me what is wrong in my code. ............. 1st one: s=input( ) print(s+3) ......................... ok now 2nd one: c=3 s=input( ) print( s+c ) ........................... and now the final one. i mean 3rd one: c=3 s=input( ) i=(s+c) print(i) ................... well all of them showed eror. i used python 3.6.5 and idel. which actually i got with python run time environment file. so plz tell me where am i doing mistakes and what will be its solution. thank u. https://code.sololearn.com/cYfOHt0Pc4P0/?ref=app https://code.sololearn.com/cYfOHt0Pc4P0/?ref=app https://code.sololearn.com/cYfOHt0Pc4P0/?ref=app