0
(Python 3) Quotations are confusing me
(beginner) i was given the problem >>>word: input("Enter a word: ") Enter a word: cheese >>>print: (word + ' shop') so i thought the answer was 'cheese shop' but the answer was cheese shop i don't understand, how is that the answer? how are the answers different?
2 ответов