RealGoodDan

Generation

testsFri, 21 Jul 2023

while true do print("Hello World") end

import unittest class TestWhile(unittest.TestCase): def test_while(self): self.assertRaises(SyntaxError)

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