Coding in Python 03 - More about Strings
Jump to navigation
Jump to search
Overview
In video 3, additional topics regarding strings are discussed.
Relevant Links |
---|
Original Video |
Commands Used in this Video
Printing a string with mixed quotes
print("My name is \"Jay\", nice to meet you.") print('My name is "Jay", nice to meet you.') print('Sue said "I don\'t like pizza.')