To help fix this problem try reviewing the file and opening it on your own when your sure its good on your side then try to save it if all else fails make a new one
Answer:
Well, I would definitely advise him to buy USB hubs.
Explanation:
USB hub is a device that can give additional USB slot for the user just by consuming one single slots. In recent years, USB hubs can contain more than 9 slots with different variety, including HDMI and DVI that is required by this particular friend.
Using this device will make it easier to plug in and plug out all the devices he wants to his laptop since it all connected to one single hub.
Since he only has the budget under 100$ , Dell DA300 6-in-1 USB-C Hub could be a good option for Him.
A reflective attack can be increased in intensity by combining it with an amplification attack.
The amplification attack is a distributed denial of service (DDos) attack<span>.
</span> A DNS look-up request is sent using the spoofed IP address of the target to vulnerable DNS servers.<span> </span>
Answer:
def check_password(pwd):
c=0
d=0
for i in pwd:
if (i>='a' and i<='z') or (i>='A' and i<='Z'):
c+=1
elif i>='0' and i<='9':
d+=1
c+=1
if len(pwd)==c and d>=2 and len(pwd)>=8:
print("valid password")
else:
print("Invalid password")
ps=input("Enter password for checking : ")
check_password(ps)
Explanation:
- Loop through the password and check if it contains any alphabet.
- Increment the counter if it contains any alphabet.
- If it contains a number, increment both c and d variables.
- Finally display the relevant message.
Answer:
false I think
Explanation:
you should only be able to have 1