Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Python online
editor, IDE,
compiler,
interpreter, and
REPL
Code, collaborate, compile, run, share, and
deploy Python and more online from your
browser

Sign up for the full experience

Python Share

1 a = int(input('Введите a'))
2 b = int(input('Введите b'))
3 c = int(input('Введите c'))
4▼ if b**2-4*a*c==0:
5 print(-b/2)
6▼ elif b**2-4*a*c<0:
7 print('Корней нет')
8▼ else:
9 print((-b+(b**2-4*a*c)**0.5)/2*a)

Explore Multiplayer >_

Collaborate in real-time
with your friends

Explore Teams >_

Code with your class or


coworkers

Explore Hosting >_

Quickly get your


projects off the ground

legal

terms of service

privacy

subprocessors

DPA

US student DPA

student privacy
replit

mobile app

blog

about

careers

teams for education

pricing
features

IDE

multiplayer

community

teams

hosting
handy links

create a repl

docs

ask for help

status page

python packages

import from glitch

import from heroku


social media

facebook

twitter

instagram

discord
learn to code

100 Days of Code

languages

Clojure

Haskell

Kotlin

QBasic

Forth

LOLCODE

BrainF

Emoticon

Bloop

Unlambda

CoffeeScript

Scheme

APL

Lua

Ruby

Roy

Python

Node.js

JavaScript

Deno (beta)

Golang

C++

C#

F#

HTML, CSS, JS

Rust

Swift

Python (with Turtle)

Basic (beta)

Bash

Crystal

Julia

Elixir

Nim

Dart

Reason Node.js

Tcl

Erlang

TypeScript

Pygame

Love2D

Emacs Lisp (Elisp)

PHP Web Server

SQLite

Java

PHP CLI

Pyxel

Raku

Scala (beta)

Nix (beta)

Kaboom (beta)
Copyright © 2022 Replit, Inc. All rights reserved.

You might also like