| layout | default |
|---|
This simple calculator first tells the user how much time one credit point (ECTS) corresponds to. Then, it will ask them how many credit points the user's course is, and then the length of the course (in weeks). With these inputs, the calculator will tell the user how many hours and minutes a week the user needs to work to complete the course.
<iframe src="https://trinket.io/embed/python/a8fc3262a1?outputOnly=true&runOption=run" width="100%" height="356" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>This program will ask a user to input a number placed before a Russian noun. After that, the program will tell the user which form of the noun is correct in this context.
<iframe src="https://trinket.io/embed/python/f27d1319d2?outputOnly=true&runOption=run" width="100%" height="356" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>This program runs a game in which the user guesses a random number generated by the program. The program will also give hints for the user.
<iframe src="https://trinket.io/embed/python3/0322110ed6?outputOnly=true&runOption=run" width="100%" height="356" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>