##3 Feb 22, '24 2/23/24; 2/24/24, 2/25/25; 26, 27, 28; 3/3/24, 3/28; 6/14 8/17 8/28, 8/30 9/3 9/7 9/10 9/12 9/24 9/28 10/1 10/6 10/14, 16, 11/8/24 11/9 1/23/2025
Commit! Dammit!
OH gosh, I need to figure out where to actually put in the code, and how to do it on here! sorry about the supposed code below
types_of_people = 10 x = f"There are {types_of_people} types of people."
binary = "binary" do_not = "don't" y = f"Those who know {binary} and those who {do_not}."
print (x) print (y)
print(f"I said: {x}") print(f"I also said: '{y}'")
hilarious = False joke_evaluation = "Isn't that joke funny?! {}" print(joke_evaluation.format (hilarious))
W = "This is the left side of..." e = "a string with a right side."
print(W + e)