I believe the answers are:
3. B
4. D
ssn = input("Enter a valid Social Security number: ")
dashes = 0
nums = 0
message = "Invalid SSN"
if len(ssn) == 11:
for x in ssn:
if x.isdigit():
nums += 1
elif x == "-":
dashes += 1
if nums == 9 and dashes == 2:
message = "Valid SSN"
print(message)
I wrote my code in python 3.8. I hope this helps!
When I come across a free reporting utility which can be easily downloaded from the internet I will not download and install it in my computer system.
<h3>What is a reporting utility?</h3>
A reporting utility is an application that can be used to create reports for projects which can save time for a company.
The disadvantage of downloading a free reporting utility is that it can be a malware in a disguise which when downloaded can cause harm to the data of your company.
Therefore, When I come across a free reporting utility which can be easily downloaded from the internet I will not download and install it in my computer system.
Learn more about malware here:
brainly.com/question/23294592
#SPJ1
Answer:
Data Structures and Algorithms, Source Control & Database and SQL
Explanation:
The above are the three things a starter should prepare his or her mind for.