102k views
5 votes
Write a statement that prints the following to standard output: i= Just write one statement that generates the message above: do not generate any extraneous spaces. Do not declare variables, do not write a main() function, do not write a whole program.

1 Answer

1 vote

Answer:

Following code is in python language:

print("i=")

Step-by-step explanation:

If you execute this line of code in python ide(Integrated Development Environment) this line will be executed and it will print i= without any main function,without any variable declaration.Python is a high level language.It does not need header files to run the code.

User Jason Martens
by
7.7k points

No related questions found