python triple quote code example
Example 1: triple apices character
```code to send by discord```
Example 2: 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