b=input("input") if int(b)==int: print("Just write letters,") elif str("b")==str: print ("Just write the numbers")
This prevents the print value from running when you write down numbers, and errors occur when you write down characters. What should I do?
b=input("input") if b.isdigit(): print ("Write only letters") elif b.isalpha(): print ("Just write the numbers") else: print ("Mixed String")
642 ML-Agent tutorial says "Heuristic method called but not implemented.Returning placeholder actions." and fails to proceed
856 Uncaught (inpromise) Error on Electron: An object could not be cloned
1235 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
1019 /usr/bin/google-chrome:symbol lookup error:/usr/bin/google-chrome: undefined symbol:gbm_bo_get_modifier
758 Error in x, y, and format string must not be None
© 2025 OneMinuteCode. All rights reserved.