-
Notifications
You must be signed in to change notification settings - Fork 0
/
course-info.yaml
24 lines (24 loc) · 1.54 KB
/
course-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
type: hyperskill
title: Honest Calculator
language: English
summary: "<div><p>The International Union Against Idleness (IUAI) announced a competition\
\ for an application that would motivate users. There are prizes involved. Since\
\ you like competing and know a little bit about programming, you asked your friend\
\ to prepare an interesting algorithm for a quick buck. Unfortunately, you weren't\
\ clear enough, and instead of a ready-made program, a friend prepared a flowchart\
\ of Honest Calculator. You will have to put some effort into assembling it.</p>\r\
\n\r\n<p>Working on the project, you're at first required to build a simple calculator\
\ which later on is going to motivate users to try and do the math themselves by\
\ becoming more and more honest with them. For example, if they need to do calculations\
\ with multidigit numbers, that, okay, might be tricky, so the calculator won't\
\ be very hard on them and just solve it. However, if the equation is a simple sum\
\ of two integers like\_<em>2 + 3</em>, maybe it should suggest solving it themselves.\
\ Even worse, if it's multiplication by one or zero, that is just of the line!\_\
After all, it's a competition organized by the International Union Against\_<em>Idleness</em>.</p></div><br/><br/>Learn\
\ more at <a href=\"https://hyperskill.org/projects/208?utm_source=ide&utm_medium=ide&utm_campaign=ide&utm_content=project-card\"\
>https://hyperskill.org/projects/208</a>"
programming_language: Python
environment: unittest
content:
- Honest Calculator
mode: Study