{
}
Online Python Compiler
Online R Compiler
Online SQL Editor
Online HTML/CSS Editor
Online Java Compiler
Online C Compiler
Online C++ Compiler
Online C# Compiler
Online JavaScript Compiler
Online GoLang Compiler
Online PHP Compiler
Online Swift Compiler
Online Rust Compiler
Generating Link
Generating Link
Share your code
Share code
Copy Link
Copied to clipboard
or share using
Python Online Compiler
Learn Python App
Learn Python
main.py
Output
main.py
Share
Run
Run
valentine = input("Will you be my Valentine? (yes/no): ").strip().lower() if valentine == "yes": print("HURRAY! I LOVE YOU.") elif valentine == "no": print("BAKIT NO? NDI MO NA BA AKO LOVE? 😠") else: print("Yes pa rin yan, bleh.")
Output
Clear