+ 3
Can anyone help me to how do coding
Print ("hii" my name is rageeni) Print (4) Print(3+7) What else we can do after this add in your coding this much only I don't know what to do next
18 Respuestas
+ 7
rageeni Chaudhary
Introduction to python course will certainly help you learn basics of python coding language, before that you can also try `Tech for everyone` and `Coding foundation`.
+ 5
rageeni Chaudhary
There is a `Introduction to python ` course available on this platform, it will teach you python from beginning and basics of python language which includes variables, iterators, functions and many more. The course is completely free of cost except AI related features, you can also complete it without spending money.
+ 5
Hackaria Hii, if you have any doubt related to HTML, then create a new thread of your own question with briefly describe your issue and use relevant tags.
+ 5
Hi Hackaria! what exactly is not clear to you? and dont ask your questions in other peoples branches. so no one will find them.
+ 2
Manoj Kumar As already stated, if you wanna ask anything related to coding, start up with a new thread.
0
But I don't know what to do the next coding would you like to help me what I can add
0
Ok thanks
0
Hi, My name is Hackaria. I don't understand HTML.
0
Python is a case sensitive language if you forget a comma or make a small mistake it will get error so so write print with small letter like as I write your code correctly
print("hii my name is rageeni")
print(4)
print(3+7)
0
Coding kaha se surur kru
0
Ok dear
0
Print(Hello world)
0
Suru html se kre
0
Hi i am miguel
0
KOSHI Miguel Tarshi please, don't spam 🤨😬
0
Hello, rageeni Chaudhary and welcome to Sololearn!
It's good to see you're eager to learn and making real efforts to do so.
Consider enrolling yourself to the Introduction to Python course available here:
https://www.sololearn.com/learn/courses/python-introduction
For additional support, here are some external resources you might want to utilise:
https://www.w3schools.com/python/
https://www.geeksforgeeks.org/python/python-programming-language-tutorial/
https://www.python.org/about/gettingstarted/
For extended learning, this site can be quite a big support: https://docs.python.org/3/
Keep coding!
Thank you.
0
Don’t worry, everyone starts somewhere! Next, try using variables, doing more math operations, and maybe even asking for user input using input(). Small steps every day!