Generation

testsSat, 14 Jan 2023

Void sum(int a, into){ Return a+b; }

import unittest class TestAdd(unittest.TestCase): def test_add(self): self.assertEqual(sum(1, 2), 3)

Want to kickstart your project?Use the new AI Studio to create your code