GithubHelp home page GithubHelp logo

calk's Introduction

Calk

#Toc

Operators(Python Arithmetic Operators)

There are 7 Operators in Python

Symbols Fuctions
+ Addition
- Subtraction
* Multiplication
/ Division
% Modulus
** Exponentiation
// Floor division

How to Use it ?

Well there will be a input prompt which is named as

Enter Operation:

Note: Please Use the Symbols which i have provied in this table

You can input the number to the following 2 promts in cmd

Enter Number A :
Enter Number B :

How to Run the Program ?

Step 1 ✒

Install Python 3.10 or Higher on your Computer.

Step 2 ✒

Clone the Repo using Git Clone cmd or Download the code

Git Clone Command

git clone https://github.com/Nivin389/Calk.git

Step 3 ✒

To run the main.pyfile You have to copy and Paste the Command

python main.py

That how you run the main.py file


Errors !

If you are geting like this error

Traceback (most recent call last): File "C:\Users\nivin\Desktop\Github\Python Projects\Calcu\main.py", line 6, in <module> a = int(input("Enter Number A :")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: invalid literal for int() with base 10: '9+'

Which means that the input of Number A and Number B are Classified as int value (integer Value). Integer value are accpected only Number Value no other strings and symbols are not allowed .

A project Made by Nivin S 💘

GitHub Repo stars GitHub forks GitHub top language GitHub repo file count

calk's People

Contributors

ilynivin avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.