Answers for "str in python"

3

str in python

#Strings or alphabets or -, +, *, /, ", :, ;, (, ) etc
#If there is a string then it means the value will be inside coates
a = 'Roger'
print(a, 'is my name')
Posted by: Guest on October-16-2020
1

str(n)

for x in range(0,len(no)): 
			rotation = no[x:len(no)] + no[0:x]
			if not prime(int(rotation)) :
				return False    
	return True
Posted by: Guest on May-26-2020

Python Answers by Framework

Browse Popular Code Answers by Language