Skip to content

Instantly share code, notes, and snippets.

View denkaiyer's full-sized avatar

Dennis Kaiyer denkaiyer

View GitHub Profile
import time
import os
play_one = str(input("PLAYER ONE: What is your name? "))
play_two = str(input("PLAYER TWO: What is your name? "))
os.system('cls')
time.sleep(1)
print("Thank you! Alright", play_one, "and", play_two, "let us begin!")
time.sleep(5)
os.system('cls')
sent_1 = str(input("Part 1/3 PLAYER ONE: Enter a sentence that ends with the word AND ... "))