Untitled
unknown
plain_text
2 years ago
201 B
3
Indexable
text = "<<report card class 10th>>" console_width = 63 centered_text = "{:^{}}".format(text, console_width) print(centered_text) print("--enter your name in perfect spelling to recieve your score")
Editor is loading...