Computer Science, asked by Swastazord, 5 months ago

Q1. What are Comments in PYTHON?
Q2. What is Input used for in python? Give examples.

Answers

Answered by Artev
2

Ans 1 Comments are used to note what the code block is for. Comments are really useful for long codes

Ans 2 Input is used to take user input

Similar questions