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 print("Hello, World!")
+ 0 comments Write a python program that finds the average of 7 employees’ salaries. Precisely, your code should find the average of salaries that are >=1000KD and those that are <1000KD Your code should prompt the user for salary input. Your expected code should behave similar to the below figure
+ 0 comments if __name__ == '__main__': string = "Hello, World!" print(string)
+ 0 comments print('hello, world')
+ 0 comments print("hello")
Load more conversations
Sort 499 Discussions, By:
Please Login in order to post a comment