mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Update verify-python.py
This commit is contained in:
parent
c181ffa198
commit
3b10770c1d
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
|
# The sys module provides information about constants, functions and methods of the Python interpreter.
|
||||||
import sys
|
import sys
|
||||||
|
#The len() function returns the number of items in an object. When the object is a string, the len() function returns the number of characters in the string.
|
||||||
argCount = len(sys.argv) - 1
|
argCount = len(sys.argv) - 1
|
||||||
|
|
||||||
if argCount == 1:
|
if argCount == 1:
|
||||||
|
|
Loading…
Add table
Reference in a new issue