LTE=True if input("LTE?: [Y/N]: ").upper() == "Y" else False AndroidPay=True if input("Android Pay?: [Y/N]: ").upper() == "Y" else False somethingLuxury = True if input("Luxury?: [Y/N]: ").upper() == "Y" else False youAreRich = True if input("Are you rich?: [Y/N]: ").upper() == "Y" else False lowBudget = True if input("Are you on a low budget?: [Y/N]: ").upper() == "Y" else False hardcoreSportsPerson =True if input("Hardcore sports person?: [Y/N]: ").upper() == "Y" else False if LTE == True: print("\nLG Watch Sport") print("Huawei Watch 2") print("LG Watch Urbane 2nd Edition (meh)") if AndroidPay == True: print("\nLG Watch Sport") print("Huawei Watch 2") print("Huawei Watch 2 Classic") print("Tag Heuer Connected Modular 45") print("Hugo Boss with the Touch(Not sure. cause lacks of HRM which requires to Android Pay)") if somethingLuxury == True: print("\nTag Heuer Connected 1st Gen") print("Tag Heuer Connected Modular 45") print("Montblanc Summit") print("Huawei Watch (Original)") print("Huawei Watch 2 Classic") print("Fossil Q(and other Fossil group's AW watches)") print("Michael Kors Access") print("Asus ZenWatch 3") print("LG Watch Urbane") print("Hugo Boss with the Touch") print("Tommy Hilfiger T24/7You (yeah, this is real name)") print("Movado Connect") print("Diesel On") print("Guess Connect") if youAreRich == True: print("\nTag Heuer Connected 1st Gen") print("Tag Heuer Connected Modular 45") print("Montblanc Summit") if lowBudget == True: print("\nLG Watch Urbane") print("LG Watch Style(Poor Battery life)") print("Asus ZenWatch 2(Square Screen)") print("Misfit Vapor") if hardcoreSportsPerson == True: print("\nCasio Watch(WSD-F20)") print("Nixon the Mission") print("Polar M600") print("New Balance RunIQ Watch") print("Misfit Vapor") def doNotBuy(): print("\nDO NOT BUY:") print("Moto 360 1st Gen(Discontinued, Out of the AW business)") print("Moto 360 2nd Gen(Out of the AW business)") print("Moto 360 Sport(Poor GPS, Out of the AW business)") print("Sony SmartWatch 3(Discontinued)") print("Casio Watch(WSD-F10)(Discontinued)") print("LG G Watch R(Discontinued, Durability issue)") doNotBuy()
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question