why am I getting the “argument type float is not iterable” error in this program? [Beginner]

后端 未结 0 727
[愿得一人]
[愿得一人] 2021-02-04 11:20

#\'GPA calculator\'

from os import system, name

from time import sleep


def clear():
    if name == \'nt\':
        _ = system(\'cls\')
    else:
                


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题