+ 1
I can't understand where to use . Operation in python, so help me plzz??
5 ответов
+ 9
#wat? do you mean:
stringy="What are you asking?"
stringy=stringy.upper()
print(stringy)
#output: WHAT ARE YOU ASKING?
+ 4
hahahaha
+ 4
Sololearn can
+ 3
hello friend,
it is like using a mathematical formula or a language
the more you use the better you get.
the problem must be you are trying to use and understand python RATHER than logic of coding..
i am a non programmer non technological person, if i can do so can anyone else..
so 1. learn how to code 2. learn algorithms ( simple ones at first) and then apply python..
knowing a computer language is application of language to logic..
eg : if a you tell a person sitting in living room with sofa table and drawer at home to on the TV in english
you will first think of logic in mother tongue.. eg: look around if tv on sofa pick it up==>point to TV and press on button ==> if not on sofa ==> go to the table==> if remote is on table pick it up ==> point it out to TV ===>press on button ==>if not on table ==>go to drawer ===>if found pick it up==>point to tv and press on button ==>else you lost the remote... then you will convert that into english and tell
software programming is more or less the same you are giving instructions in logical manner to a computer in his /her language..!!
i am doing it loving it ( it is tough even i am a noob ) don't lose heart !! work and enjoy coding read books etc..
if you want to learn coding coursera has a great course called introduction to coding using scratch it is free and wonderful.. start from there... take care
0
I'm new to programming
Cam someone be my mentor