Computer Science, asked by Manukrishnan8279, 7 months ago

Write syntax of input function with example

Answers

Answered by lostworldearth
2

Answer:

Python 3 / C++

Explanation:

Python 3

save = input()

C++

int save;

cin>>save

Answered by SaakshiNB
2

Answer:

Hope it helps :)

Explanation:

In Python

save = input()

In C++

cin>>save

:)

Similar questions