0
How to write python language
🤯
2 ответов
+ 1
I see you started you started python courses, learn to write code from them, master it by exploring and practicing.
Use the search bar for getting the answer for common questions.
Btw, in Discuss section, you should post clear questions, open-ended and duplicated questions are not allowed. Use feed for those purposes. For more info:
https://www.sololearn.com/Discuss/1316935/?ref=app
https://www.sololearn.com/Discuss/333866/?ref=app
https://www.sololearn.com/Discuss/3021159/?ref=app
Good luck!
0
You can write python language by following python syntax.
--> like English needs grammar to write it.
--> python needs proper syntax to understand "what we are telling to him(computer)".
Example of writing python language:-
1.print ("Aaina Choudhary") ---> no error.
2. If try to write print (Aaina chaudhary) or print {"Aaina chaudhary"} there will be error
Hope it will help you