how to create string in python
string = "this is string"
#or
string = 'this is also string'
how to create string in python
string = "this is string"
#or
string = 'this is also string'
strings in python
#Strings in python are surrounded by either single quotation marks, or double
#quotation marks. for example if you type
print("python")
print('python')
#thse both are going to give the same answer which is python
python
# so this means that python suppoerts both single quotation marks and
#double quotation marks
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us