Answer:
list1=[]
n=10
for i in range(n):
z=int(input("Enter number:"))
list1.append(z)
print(list1)
Yes because the UV light is brighter
Answer: any job that has programming in it
Answer:
pros:
tons of curriculum
more academic resources
work at your own pace
endless ideas for projects
delve deeper into topics you enjoy, instead of reading a boring textbook.
- you can do cons yourself, you can do it!
\
Answer:
The output of the given question is :
Person
Person
Explanation:
Following are the description of Statements
- The new Person().printPerson(); calling the function of printPerson() of the class Person so it returns the Person in the console window.
- The new Student().printPerson(); calling the function of printPerson() of the class student .The student inherits the class Person So control will moves to the class it executed the statement inside the Person class So it executed the function public void printPerson() of the Person class so it also returns the Person String and execution of program become stops