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'
to str python
>>> str(10)
'10'
>>> int('10')
10
how to print a string in python
print("Insert your message here.")
python string
#Strings in python are surrounded by either single quotation marks, or double quotation marks.
print("This is a string")
print('i am also a string')
python string
#string of all ascii caracters
string = '!\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~'
python string
print("Hello")
print('Hello')
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