Код: Выделить всё
if event.type == pygame.KEYDOWN:
if event.key == pygame.K_RETURN:
try:
usr_txtGPA = float(usr_txtGPA)
if usr_txtGPA
Подробнее здесь: [url]https://stackoverflow.com/questions/79227607/how-do-i-edit-a-spreadsheet-using-pandas[/url]
Код: Выделить всё
if event.type == pygame.KEYDOWN:
if event.key == pygame.K_RETURN:
try:
usr_txtGPA = float(usr_txtGPA)
if usr_txtGPA
Подробнее здесь: [url]https://stackoverflow.com/questions/79227607/how-do-i-edit-a-spreadsheet-using-pandas[/url]