I'm experiencing difficulties in Python can someone help me out of the Sololearn with for example video classes ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I'm experiencing difficulties in Python can someone help me out of the Sololearn with for example video classes ?

thanks for your awnser https://www.sololearn.com/discuss/449000/?ref=app

7th Jun 2017, 12:57 AM
Bearst
Bearst - avatar
6 Answers
+ 1
files are simple reading Text =open("somefile.txt","r").read() print(Text) writing writer =open("somefile.txt","w") writer.write("abc") you also do file.close() or open as with open( .... ) as f): z=f.read() for exceptions try: ... catch: pass of course, you can catch the right exception for functional programming maybe you don't understand lambda. just view it as a mini function
7th Jun 2017, 6:25 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 1
what are you finding difficult in that fun language? which chapter?
7th Jun 2017, 2:41 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 1
Exceptions and files and functional programming
7th Jun 2017, 2:42 AM
Bearst
Bearst - avatar
+ 1
thanks for your help guy
7th Jun 2017, 8:44 AM
Bearst
Bearst - avatar
+ 1
You helped me but a pity that I could not get help out of sololearn
7th Jun 2017, 8:49 AM
Bearst
Bearst - avatar
+ 1
You helped me but a pity that I could not get help out of sololearn
7th Jun 2017, 8:52 AM
Bearst
Bearst - avatar