100 Days of Code - Day 31

Question: Why is this printing to 2 new lines? How do I make Armbook appear on the line after weclome to?

Repl link: main.py - Day31_100 days - Replit

#ARMBOOK
print("\033[1;0m")
print("\n\n\n\n\n\n\n")
welcome="WELCOME TO"
armbook="--  ARMBOOK  --"
welcome1=f"{welcome:^70}"
print(welcome1)
armbook1=f"{armbook:^70}"
print("\033[1;34m",armbook1)

1 Like

@CoderElijah Can you help with this?

1 Like

3 posts were merged into an existing topic: Day 031 - Project 31 : f-string User Interfaces