b=input("input")
if b.isdigit():
print ("Write only letters")
elif b.isalpha():
print ("Just write the numbers")
else:
print ("Mixed String")
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
578 Understanding How to Configure Google API Key
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.