[ write code here write code here ['hello', 'world']] Expected Output ['HELLO', 'WORLD'] code example
Example: hello world in python
# the normal way!
print("Hello, World!")
# Different way
import __hello__ # run the program
# the normal way!
print("Hello, World!")
# Different way
import __hello__ # run the program