Press sign up and put your information in there. Then it should automatically make your profile.
        
                    
             
        
        
        
Answer:
ALWAYS  double check your work
Explanation:
 
        
             
        
        
        
Answer:
for ( initialization; condition;increment)
{
 code goes here;
}
in python:
for i in list/range:
 code with proper indentation
By initialization above we mean, like int i=0; etc.
By condition like i<10; 
and by increment it means like i++, ++i or i+=1; etc
And in python, i can be an integer value if the range is mentioned, and it can be an item of a list if the list is used. We can also use an array, string and various other data structures in python. like we can have characters in a string and so on. 
Explanation:
Please check the answer section.
 
        
             
        
        
        
Answer:
The Update statement in the DML is used for changing existing data in a table.
Explanation: 
Their are following Sql statement in the DML.
Insert
This SQL statement is used for inserting data into the table.
select
This SQL statement is used for retrieving data from database  
update
This SQL statement is used for updating data in a table.
delete 
This SQL statement is used for delete data from database .
The "UPDATE" SQL statement in DML is used for Modify the data in the existing table .
Following are the syntax of Update SQL query
Update tablename
set column1=value1,column2=value2............column N=valueN
Where condition;
Example :Suppose we have student table and (rollno,name,age and add) are the field for that table we have to change the address of rollno 105
Then we use update query like that
UPDATE STUDENT
SET add='kalam nagar'
where rollno=105;
 
        
             
        
        
        
Answer:
slide sorter view
Explanation:
Explanation: while you can use 3/4 of these options to reorder slides, it is more common to use slide sorter view.