Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Geometric Figure | Python if-else Statement
Conditional Statements in Python Clone

Swipe to show menu

book
Challenge: Geometric Figure

Task

Swipe to start coding

Let's write a simple program that will determine geometric figures depending on how many angles this figure has.

We have the following classification:

  • angles = 0: Circle or ellipse;
  • angles = 3: Triangle;
  • angles = 4: Square, rectangle or rhombus;
  • angles > 4: Polygon;
  • in other cases: It is not a geometric figure.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 3

Ask AI

expand
ChatGPT

Ask anything or try one of the suggested questions to begin our chat

book
Challenge: Geometric Figure

Task

Swipe to start coding

Let's write a simple program that will determine geometric figures depending on how many angles this figure has.

We have the following classification:

  • angles = 0: Circle or ellipse;
  • angles = 3: Triangle;
  • angles = 4: Square, rectangle or rhombus;
  • angles > 4: Polygon;
  • in other cases: It is not a geometric figure.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 3
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt