16-year-old developer passionate about creating amazing projects with Python
Hello! I'm Bajrang Goswami, a 16-year-old developer from India. I go by the name "Ironman" on platforms like Telegram, YouTube, Instagram, Free Fire, and Minecraft because I'm a huge fan of the character!
I'm currently learning Python and have already built several projects. I enjoy solving problems and creating solutions that make life easier and more fun.
try:
num1 = int(input("enter 1st number: "))
num2 = int(input("enter 2nd number: "))
print("enter the symbol between *, /, +, -")
symbol = input("enter the symbol: ")
if symbol == '*':
print(f"result: {num1 * num2}")
elif symbol == '/':
print(f"result: {num1 / num2}")
elif symbol == '+':
print(f"result: {num1 + num2}")
elif symbol == '-':
print(f"result: {num1 - num2}")
except ValueError:
print("error: Value must be number")
except Exception as e:
print(f"error: {e}")
A comprehensive music bot with 30+ commands for Telegram voice chats, featuring advanced audio controls, playlist management, and user customization.
Various Python scripts and utilities including calculators, automation tools, and API integrations.
Various development utilities and tools to streamline workflows and enhance productivity.
Connect With Me
Feel free to DM me on Telegram or Instagram if you want to connect, collaborate on projects, or just chat about tech!
Telegram
Personal Account
DM MeInstagram
Personal Account
DM MeMusic Bot
Try my Telegram bot
Try It