testsThu, 16 Feb 2023

Print "hello world"

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

Questions about programming?Chat with your personal AI assistant