num1, num2 = input().split() created a code that receives num1 and num2 as this code. I'm leaving a question because I don't know how to make a condition when I try to print out the phrase "error" if I type in more than two without doing any input.
raw_input_text = input() splt = list(raw_input_text.split()) if len(splt) == 2: num1, num2 = splt else: # Get input again.
625 GDB gets version error when attempting to debug with the Presense SDK (IDE)
887 /usr/bin/google-chrome:symbol lookup error:/usr/bin/google-chrome: undefined symbol:gbm_bo_get_modifier
636 Uncaught (inpromise) Error on Electron: An object could not be cloned
586 PHP ssh2_scp_send fails to send files as intended
578 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.