asked 70.5k views
5 votes
So lets see what you know...Write me a short code and include a detailed explanation of the language used and what the out come of the code is?

any code will do, just as long as it's related to anything in fundamentals of computer science.

asked
User INFOSYS
by
8.5k points

2 Answers

6 votes

Answer:

def main():

firstName = "Allison"

print(firstName)

middleName = "Flowerseed"

print(middleName)

lastName = "Rodriguez"

print(lastName)

main():

Explanation: The outcome would be your first name, middle, and last, if you put quotation marks in the parentheses. The outcome would be a mistake; an error. So if you wouldn't, it would print out your first, middle, and last names. Idk what i just said.. :-|

answered
User Aleksandar Totic
by
7.2k points
6 votes

Answer:

(cmd):netsh//wlan//showall

Step-by-step explanation:

idk what I'm doing<( ̄︶ ̄)↗

answered
User Colin Johnston
by
8.1k points

No related questions found