Coding Challenge 1
Ques:- Submit the coding challenge - 1 here
Q1 Print 'Hello World' in a complex Style
Explanation Reference Video
Solution
L = 'H'
A = 'E'
K = 'L'
S = 'L'
H = 'O '
I = 'W'
Y = 'O'
E = 'R'
D = 'L'
C = 'D'
print(L+A+K+S+H+I+Y+E+D+C)
We are done with our 1 challenge
0 Comments