Skip to content
Snippets Groups Projects

RomanConverter

Merged Hatice Yildirim requested to merge develop into main
2 files
+ 1
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -29,7 +29,7 @@ class TestCounter (unittest.TestCase):
c=Counter()
res=c.count_ED ("Hallo")
self.assertEqual(res,0)
def
if __name__=="__main__":
unittest.main()
Loading