logo

Crowdly

Browser

Add to Chrome

What is printed to the screen if the following command is executed? Wat word n...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What is printed to the screen if the following command is executed?

Wat word na die skerm gedruk as die volgende bevel uitgevoer word?

python3 usethree.py 2 1

#--------------------------------

#usethree.py

import stdio

import sys

def main():

if int(sys.argv[1])<int(sys.argv[2]):

   stdio.writeln("Hello "+sys.argv[1])

else:

      stdio.writeln("Hello "+sys.argv[2])

if __name__ == "__main__": main()

#--------------------------------
More questions like this

Want instant access to all verified answers on stemlearn.sun.ac.za?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome