Python learning 3 strings and related common functions
String declaration
Double quotation marks, single quotation marks, three single quotation marks, three double quotation marks There are double quotation marks inside and single quotation marks outside There are single quotation marks inside and double quotation marks outside Or use escape characters
#character string
m='hello'
n="hello"
#Ther ...
Posted by sasquatch69 on Fri, 17 Sep 2021 21:37:18 -0700