python check if string
type('hello world') == str
# output: True
type(10) == str
# output: False
python check if string
type('hello world') == str
# output: True
type(10) == str
# output: False
compare string in python
a=input()
b=input() #reading two strings from user
c1=0
c2=0
#using for loop
for i in a:
c1=+1
for j in b:
c2=+2
return c1>c2 #shows true if len of string a is grater than b else it will show false
return c1==c2 #shows true if len of a and b are same
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