Answer:
# Name - Today's Date
# Description
def main():
print("My favorite TV show is Mythbusters.")
print("I like it because I learn a lot and they do crazy experiments.")
main()
(this is the best I can do since it's a specific result based on the choices you make, but I did the example code and you just need to fill it in with the necessary requirements. I also tested it on IDLE. )
Answer:
the man behind the murder
You should use your Microsoft account because this will sync to all your windows devices.
Answer:
B. #
Explanation:
Every preprocessing directive must begin with the # character.
For example:
#define : Used to define a macro
#ifndef : Conditional evaluation of macro
#include : Used to include other preprocessor header file as part of the code
As we can see each of the directives begins with the # character. This is a signal to the preprocessor to interpret the subsequent keyword as a directive.