GithubHelp home page GithubHelp logo
  • 👋 Hi, I’m @Kigercode
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

K1ger's Projects

calculator icon calculator

print ('Введите число а=') a = int(input()) print ('Введите число b=') b = int(input()) print ('Введите число c=') c = int(input()) print('подтвердите формат примера') print('1 - a+b+c') print('2 - a-b-c') print('3 - a*b*c') print('4 - a/b/c') print('5 - a+b-c') print('6 - a-b+c') print('7 - a*b/c') print('8 - a/b*c') print('9 - a+b*c') print('10 - a-b*c') print('11 - a*b+c') print('12 - a/b+c') print('13 - a+b/c') print('14 - a-b/c') print('15 - a*b-c') print('16 - a/b-c') j = int(input()) if c==1: print('a+b+c=',a+b+c) if j==2: print('a-b-c=',a-b-c) if j==3: print('a*b*c=',a*b*c) if j==4: print('a/b/c=',a/b/c) if j==5: print('a+b-c=',a+b-c) if j==6: print('a-b+c=',a-b+c) if j==7: print('a*b/c=',a*b/c) if j==8: print('a/b*c=',a/b*c) if j==9: print('a+b*c=',a+b*c) if j==10: print('a-b*c=',a-b*c) if j==11: print('a*b+c=',a*b+c) if j==12: print('a/b+c=',a/b+c) if j==13: print('a+b/c=',a+b/c) if j==14: print('a-b/c=',a-b/c) if j==15: print('a*b-c=',a*b-c) if j==16: print('a/b-c=',a/b-c)

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.