How to use code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to use code

18th Jun 2023, 3:35 AM
Pgs8utvfsttdytruy7uyyuty
5 Answers
+ 7
Priyanshu Kumar What do you mean by `how to use code`? Plz do Clear your question.if you face any code problem then share your code here..
18th Jun 2023, 4:13 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
+ 6
Priyanshu Kumar , before starting with *trial and error*, it is more helpful to continue learning from the tutorial *introduction to python*. > learn a lesson, also do practicing. > if you get stuck somewhere, repeate lesson/s. > if you still have issues, post a question here. > give a brief description what your issue is. > put your code in playground, save it and post a link to your try here.
18th Jun 2023, 10:50 AM
Lothar
Lothar - avatar
+ 3
def sayHi(n): print(f"Hello {n}") def sayBye(n): return n x="Priyanshu Kumar " sayHi(x) print("Goodbye {}".format(sayBye(x)))
18th Jun 2023, 5:06 AM
BroFar
BroFar - avatar
+ 3
Your question is not clear
18th Jun 2023, 5:53 AM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
+ 1
I think he meant: how to run the code?
19th Jun 2023, 9:54 PM
suprême Lunga