Respuesta :

Answer:

a single statement suite

Explanation: taking the quiz rn T-T

Using the line of code below to choose the correct answer. This code is an example of a(n): while (count < 7): print ‘Great!’ is single statement suite.

What is code?

The line of code returns the ASCII code.

ASCII, has the full form American Standard Code for Information Interchange. It consists of a 7-bit code in which every single bit represents a unique alphabet.

Given the code: while (count < 7): print ‘Great!’

It is printing just a word Great.

Thus, this code is an example of single statement suite.

Learn more about code.

https://brainly.com/question/2596551

#SPJ2