write a Python program to input any Integer number from the user and check whether this number is divided by 9 or not give proper message
Answers
Answered by
18
Explanation:
- Open your Start menu and choose Python (command line). You should get a prompt that looks like >>>. ...
- Open your Start menu and choose Python (command line). You should get a prompt that looks like >>>. ...At the prompt, type the following. Use a single quote at the start and the end — it's beside the Enter key: ...
- Open your Start menu and choose Python (command line). You should get a prompt that looks like >>>. ...At the prompt, type the following. Use a single quote at the start and the end — it's beside the Enter key: ...Press the Enter key. Python runs the code you typed.
Similar questions