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.

User INFOSYS
by
5.9k 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.. :-|

User Aleksandar Totic
by
4.4k points
6 votes

Answer:

(cmd):netsh//wlan//showall

Step-by-step explanation:

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

User Colin Johnston
by
5.1k points