How to make pop up input box in sololearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

How to make pop up input box in sololearn?

10th Oct 2020, 4:39 PM
Omkar Pawar
4 Answers
10th Oct 2020, 5:00 PM
Coding Cat
Coding Cat - avatar
+ 1
U can not do this in sololearn APP U can do this with any IDE on your PC Omkar Pawar
10th Oct 2020, 4:41 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
Or by using Java. For example import java.util.Scanner; Scanner scanner = new Scanner(System.in); String input = scanner.nextLine(); But is differend in every language.
10th Oct 2020, 4:49 PM
Coding Cat
Coding Cat - avatar
- 2
How to make a pop up input box in sololearn use only python
10th Oct 2020, 4:43 PM
Omkar Pawar