Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 347 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 347 Bytes

ide-examples

Examples to demonstrate the usage of IDE.

RomanNumberConverter

This file defines a class and some test cases. This class can convert Roman Numbers to integers.

task1

Counts the common words in a given text

task2

Multiplies the input numbers given by user

task3

For demonstrating debugging behavior of PyCharm