omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. blindscubajr
    3. Posts

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by blindscubajr

    • Verifying a password

      Why isn’t this code working?
      Help plz👍

      username = input('Enter Username>>> ') 
      
      if username == 'silas':
      	
      	print('Access granted')
      	print('Hello SILAS')
      
      elif username == 'silas': False
      print('Access Denied')
      
      posted in Pythonista
      blindscubajr
      blindscubajr