We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Say "Hello, World!" With Python
Say "Hello, World!" With Python
+ 0 comments Solución :
my_string = "Hello, World!" print(my_string)
+ 0 comments if __name__ == '__main__': print("Hello, World!") # Complete code
+ 0 comments Python3 Solution
my_string = "Hello, World!" print(my_string)
+ 0 comments if name == 'main': print("Hello, World!")
+ 0 comments if(n//2==0 and n=range(2,6)): what is error in this line? its showing (expected ')' ) while compiling
Load more conversations
Sort 432 Discussions, By:
Please Login in order to post a comment