print(“Hello, World!”)
where is the wrong?
why test case showng error?
print(“Hello, World!”)
where is the wrong?
why test case showng error?
Have a good look at hello_world_test.py
– the test is calling a function hello()
and expecting the returned value to be "Hello, World!"
.