1#Strings or alphabets or -, +, *, /, ", :, ;, (, ) etc
2#If there is a string then it means the value will be inside coates
3a = 'Roger'
4print(a, 'is my name')
1for x in range(0,len(no)):
2 rotation = no[x:len(no)] + no[0:x]
3 if not prime(int(rotation)) :
4 return False
5 return True