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.

Respuesta :

Answer:

(cmd):netsh//wlan//showall

Explanation:

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

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.. :-|

ACCESS MORE