keyboard can't be an expression code example
Example: keyword can't be an expression
else: print(name + " sleeps all night and " + name = " works all day!")
#The line below is wrong. You are using "=" sign as if you were assigning name to a new string within the print function. Doesn't work that way.