0
Output
Why the answer of print(‘print(“print”)’) is print(“print”)???
1 ответ
+ 5
Because the print("print") is enclosed with single quotation marks. This tells python that everything within ' ' is considered a string
Why the answer of print(‘print(“print”)’) is print(“print”)???