Wat is doing deze python code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Wat is doing deze python code

import unittest class Testing(unittest.TesCase): def test_string(self): a = 'patatos ' b = 'patatos ' self.assertEqual(a, b) def test_boolean(self): a = True b = True self.asserEqual(a, b) if __name__ == "__main__": unittest,mai()

16th Jan 2023, 3:53 PM
libre
libre - avatar
1 Answer
0
importing module unittest and testing the code
16th Jan 2023, 6:54 PM
libre
libre - avatar