点字の示すカタカナを入れ置くと、当たり外れを答える

Formato
Python
Post date
2015-04-11 15:43
Publication Period
Unlimited
  1. #!/usr/bin/env python3
  2. if __name__ == '__main__':
  3. print("これはどの点字か?:⠃")
  4. ireoki = input("カタカナを入れおく:")
  5. if ireoki == 'イ':
  6. print("当たり")
  7. else:
  8. print("外れ")
Descargar Printable view

URL of this paste

Embed with JavaScript

Embed with iframe

Raw text