Computer Science, asked by svshobharanibaby, 8 months ago

1. Write Python code to get the following result:
As I was going to sell my eggs
I met a man with bandy legs,
Bandy legs and crooked toes;
I tripped up his heels, and he fell on his nose.
Code:​

Answers

Answered by TheArkhamKnight
1

Answer:

print("As I was going to sell my eggs")

print("I met a man with bandy legs,")

print("Bandy legs and crooked toes;")

print("I tripped up his heels, and he fell on his nose.")

Explanation:

Similar questions