DEV Community

Vishal J
Vishal J

Posted on • Edited on

1

15-07-2024 Day 4 Python learning

This is a series of Python learning blog from parottosalna community by kaniyam foundation

This blog is based on this video Operators, Conditionals, Input | Python | ParottaSalna"

To watch the full series check this youtube playlist

  • Colab Notebook link

  • Creating a calculator

  • single division gives result in flat value

  • calculator include arithmetic operations like Addition, subtraction, division,
    modules - to find the remainder; modules have the symbol of percentage %

  • num1 = int(input("Enter Number 1"))
    mum2 = int(input("Enter Number 2"))
    result = num1+num2
    print("result is", result)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

While many AI coding tools operate as simple command-response systems, Qodo Gen 1.0 represents the next generation: autonomous, multi-step problem-solving agents that work alongside you.

Read full post

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay