Skip to content

mrmeinfs/Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 

Repository files navigation

Test ####################Testing##############

##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!

as part of my going through the book "Learning Python The Hard Way"

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

Feb 19, 2024, Learning Python The Hard Way

exercise 06

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)

Releases

No releases published

Packages

No packages published