while using def function i got this error

后端 未结 0 1270
被撕碎了的回忆
被撕碎了的回忆 2020-12-09 22:10

def even_or_odd(num):

if num%2==0:

    return "the number {} is Even".fromat(num)

else:

    return "the number {} is Odd".format(num)           


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