+ 1
I have a problem when I make my function in the playground and give it statements when I call it it shows No output.
def hello(): print("hi there) hello
6 odpowiedzi
+ 2
David Lahu
def hello():
print("hi there")
hello()
+ 1
Could you provide your code?
+ 1
A function, gives a None output if it isn't used in conjunction with the print() function or if it doesn't contain an embedded print() function.
+ 1
David Lahu
☺️ You're most welcome.
+ 1
You have not completed the string
0
R_A thanks 😅