Код: Выделить всё
start = input(f'''
Welcome to the quiz {name}
Please press s to continue. ''')
score = 0
if start == 's':
print('Lets Go')
Подробнее здесь: https://stackoverflow.com/questions/787 ... m-a-prompt
Код: Выделить всё
start = input(f'''
Welcome to the quiz {name}
Please press s to continue. ''')
score = 0
if start == 's':
print('Lets Go')