myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
M

@mrrobat

50-30-20-rule.py

Python
10 months ago
def split_income(amount): needs = amount * 0.50 wants = amount * 0.30 savings = amount * 0.20 print(f"Total amount: {amount:,} Toman") print();print() print(f"Needs (50%): {needs:,.0f} Toman") print(f"Wants (30%): {wants:,.0f} Toman") print(f"Savings (20%): {savings:,.0f} Toman")

EnDigitToFa

Python
10 months ago
#Code by MrRobot #This simple program convert English Digits to Persian Digits number = input() dicte = { '1':'۱', '2':'۲', '3':'۳', '4':'۴', '5':'۵', '6':'۶',

simple1.py

Python
10 months ago
name = input() age = int(input()) print(f'hello dear {name}, you are {age} years old!')
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us