Answer:
The answer to this question is given below in the explanation section.
Explanation:
If you run the following program,
print(2 + 7)
print("3+1")
then, you can get the following result respectively against each print statement.
9
3+1
because when you print 2+7 without quotation, it will add the integer digit and print the result of adding 2 and 7.
And, when you run ("3+1") in the double quotation, the program will treat it as a string because of the enclosed double quotation (" ");
Yes, "technology" doesn't have to be all about computers or cell phones.. Technology is anything that is a new advance in knowledge and books were once a great advance in that field.
I don't really understand the meaning of the question. Can you reply and i'll try to help...
Answer: 443
Explanation:
Port 443 will need to be enabled for secure transactions to go through because it is the default port for HTTPS which is the transfer protocol for secure communication.
This way your credit card transactions will be encrypted to ensure protection from those who would seek to steal your data and your money.