+ 1
How to use code
5 Respostas
+ 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..
+ 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.
+ 3
def sayHi(n):
print(f"Hello {n}")
def sayBye(n):
return n
x="Priyanshu Kumar "
sayHi(x)
print("Goodbye {}".format(sayBye(x)))
+ 3
Your question is not clear
+ 1
I think he meant: how to run the code?