Posted 11 December 2012 - 10:37 AM
Can someone help me with this? I think I am an idiot because I cant get this error sorted out, I apologize for my stupidity.
name = read()
print("Hello "..x.."how are you doing today?")
name = read()
Should solve whatever you are doing. And, all functions must be called with () at their end.
also,print("Hello "..x.."how are you doing today?")
You need .. on both sides of the variable ;)/>