Question: What is an input to this program that will result in a correct validation? 1#!/usr/bin/python HAMAIn600 OH 2 3 import sys 5- def main(): 6
What is an input to this program that will result in a correct validation?
1#!/usr/bin/python HAMAIn600 OH 2 3 import sys 5- def main(): 6 - 7 10 if len(sys.argv) != 2: print("Invalid args") 12 13 - 14 return password = sys.argv[1] builder 0 11. for c in password: builder + ord (c) if builder == 1000 and len(password) == 10 and ord(password [1]) == 83: print("correct") print("incorrect") 15 - 16 17 18 if _name_ 19 main() 20 21 else: _main__":
Step by Step Solution
3.44 Rating (160 Votes )
There are 3 Steps involved in it
The code you provided has several issues that need to be addressed for it to work correctly However ... View full answer
Get step-by-step solutions from verified subject matter experts
