hi I am really impressed by your work ,I am facing small problem can you help me out please?
I need to get answer in any case like small letters ,upper letters , mixture of upper and lower cases , with extra spaces or less spaces.let me explain morel need to accept following all answers for Hello World code in python3.
print ("Hello World")
Print ("Hello World")
PRINT("Hello World")
print ("Hello World")
print ('Hello World')
I need to accept all possible answers.Thanks for your help.