Comment apprendre Python
"""
Great foundation for basics
https://www.w3schools.com/python/default.asp"
"""
Weeke
"""
Great foundation for basics
https://www.w3schools.com/python/default.asp"
"""
Go to https://www.datacamp.com/cheat-sheet
here you will find cheat sheet for python which will
be very much helpfull
#the basics of python system.
#numeric -int,float,complex,bool
#sequences- list,tuple,set,string,range
#loops - for and while
#condition- ==,<,>,<=,>=
#functions(methods)
------------------------------------------------