1) safety
2) you can collect interest
3) helps you save your money instead of just spending all the time
4) you can gain exponential growth which then can contribute to you.gaining more retirement money when u get older
The term that describes a secure, individual, private cloud-computing model hosted within a public cloud is A hybrid cloud.
<h3>What is this cloud about?</h3>
A hybrid cloud is known to be a system or a model which is said to be a form of a private cloud that is linked with public cloud infrastructure, and it is one that tends to give room for an organization to act workloads in two environments.
Note that In this model, the public cloud is known to be one that is seen and it is one that becomes an extension of the private cloud to make a single, uniform cloud.
Hence, The term that describes a secure, individual, private cloud-computing model hosted within a public cloud is A hybrid cloud.
Learn more about hybrid cloud from
brainly.com/question/27838623
#SPJ1
chxgfk hcyskvuct auhchovuzq vuvscisv
idNumber = "123456"
idNo = input("Enter the unique ID number: ")
while idNumber != idNo:
print("This is not your ID number.")
idNo = input("Enter the unique ID number: ")
print("This is your ID number: ", idNo)
Output:
sh-4.3$ python3 main.py
Enter the unique ID number: 2345
This is not your ID number.
Enter the unique ID number: 4563
This is not your ID number.
Enter the unique ID number: 12345
This is not your ID number.
Enter the unique ID number: 123456
This is your ID number: 123456