Computer Science, asked by ajmatt4god, 3 months ago

Cheri's teacher told her to write a program that prompts the user for information. Which function should she use? a input() b int() c main() d print()

Answers

Answered by parth2295
0

Answer:

input

or

main

these 2ccf

Answered by mohanty3oct
1

Answer:

A: input()

Explanation:

input() method reads a line from the input usually from the user and converts the line into a string

Similar questions