This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INP | |
| STA 1 | |
| INP | |
| ADD 1 | |
| STA 2 | |
| INP | |
| ADD 2 | |
| STA 3 | |
| INP | |
| ADD 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use = True | |
| import os | |
| import time | |
| from sys import platform | |
| def bannerwin(): | |
| print(" ") | |
| print(".oPYo. o o ") | |
| print("8 8 8 8 ") | |
| print("8 .oPYo. odYo. o o 8 odYo. o8P ") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #imports square root function and sets start var: | |
| from math import sqrt | |
| use = True | |
| counter = 0 | |
| #Takes in user's numbers, and "sorts them out": | |
| print("======================") | |
| print("Pryme Number Checker") | |
| print("github.com/georgeomnet") | |
| print("======================\n") |
NewerOlder