Menu

#Elif

5 posts

Feed·
5 of 5 posts
📰
0

Hi, I’m learning Python and built a simple chatbot using loops and conditions. It can respond to greetings and basic inputs. I’d appreciate feedback on how to improve it or make it smarter.

Reddit r/learnpython·u/Inside-Card9720·about 1 month ago
#Jqu8dSc2
#user#print#name#input#elif#article

name = input("Bot: What's your name? ") while True: user = input("You: ").lower() if "hello" in user: print(f"Bot: Hi {name}!") elif "how are you" in user: print("Bot: I'm just code, but I'm doing fine!") elif "bye" in user: print("Bot:

15s
Read More
📰
0

Preparing Your iOS App for the Upcoming SDK Requirements (April 2026)

DEV Community: expo·Dainy Jose·about 1 month ago
#kQ1uRjBi
#dev#elif#class#strong#code#article

Apple has announced new minimum SDK requirements for App Store submissions starting April 28, 2026. If you're working on an iOS app, it's time to plan your upgrade.…

15s
Read More