testsThu, 16 Feb 2023

Print "hello world"

import unittest class TestAdd(unittest.TestCase): def test_print(self): self.assertEqual(print("hello world"), 'hello world')

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