Answer: 1. They can easily understand the logic behind solving any problem 2. Comments may help you to memorize your logic that you have written while writing that code.
Answer: Cloud computing is the technology that is based network on which the services are accessed with the help of hardware and software.Internet is platform through which the accessing of information, files and other services takes place.
The advantages of cloud computing are as follows:-
- It acts as the flexible system
- Cost efficient
- Easy restoration and backing -up of data
- Almost unlimited storage capacity
Disadvantages of cloud computing are:-
- Technical problems can occur in network
- It can be vulnerable to network attacks and hacking
- Has some security issues
Def sum_digits(s): result=0; isSummed=False; for char in s: if char=="0" or char=="1" or char=="2" or char=="3" or char=="4" or char=="5" or char=="6" or char=="7" or char=="8" or char=="9": result+=int(char); if not isSummed: isSummed=True; if not isSummed: raise ValueError(); else: return int(result);
Answer:
alt+f4 yes that's anyways have fun
As far as I remember, message-digest functions distill the information contained within a file (small or large) into a single fixed-length<span>number, typically between 128 and 256 bits in length. This function is designed to protect the integrity of a piece of data to define changes to any part of a message.</span>