Home > other >  Python running results show that the restart how to solve?
Python running results show that the restart how to solve?

Time:09-17

Ran out, ladies and gentlemen, today the Python results show that the restart (as shown) is going on? How should solve?

CodePudding user response:

Isn't this I has always been a restart

CodePudding user response:

refer to the second floor of the new self-study python response:
isn't such a I have restart has been
is such, because the location of the output before I write wrong, couldn't find a result, the problem is resolved now, ha ha ha ha ha ha hic, beginner novice,

CodePudding user response:

Take a look at how others,

CodePudding user response:

Such as:
#! The/usr/bin/python
# Filename: using_name. Py
Def printMax (a, b) :
If a & gt; B:
Print (a, 'is maximum)
The else:
Print (b, 'is maximum)
printMax (3, 4) # directly difference literal values
=5 x
Y=7
PrintMax (x, y) # difference variables as the arguments

Call a function to pay attention to don't write inside the function definition module

CodePudding user response:

I also am such, program input, should jump out of the box
  • Related