Need further information!!!
Answer:
You will get compile error
Explanation:
Answer:
This program is written using Python programming language
The program doesn't make use of comments
See attachment for proper format of the program
def count_to_three():
print("One")
print("Two")
print("Three")
count_to_three()
Explanation:
The first line of the program defines the function count_to_three() with no parameters, passed to it
Line 2 to 4 of the program is indent and each line make use of print() function
Line 2 prints "One", Line 3 prints "Two" and Line 4 prints "Three" without quotes
The last line of the program calls the defined function
The type of error that occurs when a program is expecting an integer value and the user enters a string is value error.
<h3>What are errors in program?</h3>
Errors are the problems or the faults that occur in the program.
This error makes the program behave abnormally. It usually acts contrary to what you expect.
Example of errors includes runtime error, syntax error, compilation error, value error, logic error and many more.
Therefore, type of error occurs when a program is expecting an integer value and the user enters a string is value error.
learn more on error here: brainly.com/question/17924309
#SPJ2
Answer:
The correct answer to the following question will be "Telnet provides a piece of login information in simple text, while this type of information is encrypted by SSH".
Explanation:
If you're using a distribution of Linux for a long period and maybe you're no longer a newbie on Linux, you might also have come through words such as telnet or SSH.
- Today SSH is just the main application for Access to the internet between connected devices and repositories.
- Telnet was the shared abbreviation of networking and communications and is the most well-known networking application for the UNIX framework.
So, it's the right answer.