+ 2
WHY IS THIS NOT WORKING PLEASE CAN YOU HELP ME
So I am new to coding & python and this is not working, I put the variable âb123â with a value of input(), thatâs working but on the input it says b123 not the userâs name!!! Please help. https://code.sololearn.com/crEmU6bQr6AN/?ref=app
2 Answers
+ 4
you need to print the variable
hello('hello', b123)
+ 2
Thank you soooooo much