Genie
this is my version of the magic genie. i used a old timey
english affect
[deleted]
use print('Your wishes are', questions1, questions2, questions3)
instead of print("Your wishes are " + questions1 + questions2 + questions3)
, so it will automatically put spaces between wishes.