Answer:
user_name = input("input user name: ")
print(len(user_name))
Explanation:
input - input function in python
len - length of value
print - print data
It means hat the CPU is taking o much of what the phone can normally do try delete some apps or close apps your not using
Answer:
O combines multiple cells into a single cell
O centers the alignment of text in the cell
Explanation:
wanted the points lol
Explanation:
A three way handshake is a method to create a connection between host and server.It is used in a TCP/IP network.
To establish a connection three steps are followed which are as following:-
- The host or sender sends a data packet called SYN to the server or receiver.It's purpose is to as if the receiver is open for new connections.
- When the receiver receives the SYN packet it responds with an ACK or SYN/ACK packet as a confirmation for the connection.
- When the sender receives the SYN/ACK packet and it respond with ACK packet.