148k views
22 votes
Please anyone, help me.... I'm not sure how to put these all together.
35 points!

Please anyone, help me.... I'm not sure how to put these all together. 35 points!-example-1
User QurakNerd
by
3.1k points

2 Answers

3 votes

Answer: I can confirm DoggyMan5 is correct.

User Igor  Lozovsky
by
3.6k points
8 votes

Answer:

#School Name

school_name = "Klein Cain"

# Asks for name

full_name = input("Please enter your full name ")

#Says Hello

print("Hello, ", full_name, "!!")

#Says the letters in your name

print("There is ", len(full_name), " letters in your name")

#Says final message

print("??? is a Cain where??? ", school_name)

User Mark Fisher
by
4.0k points