Trevor has invited Samantha to go to the ice cream shop. Create at least four lines of effective dialogue between them that are punctuated and capitalized correctly, and include taglines.
Answers
Answered by
0
Answer:
# 1-12-123-1234 Pattern up to n lines
n = int(input("Enter number of rows: "))
for i in range(1,n+1):
for j in range(1, i+1):
print(j, end="")
print()
Similar questions
Business Studies,
3 months ago
Math,
3 months ago
Math,
3 months ago
Math,
6 months ago
Sociology,
1 year ago