How can I make a console application | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How can I make a console application

I am using vscode to build a python app

30th Nov 2020, 5:50 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
5 Respuestas
+ 5
Just write the code, and its actually a console application.. I mean, whatever you write as a basic code, its actually a console application. [edit] consider this example name = input("Enter your name:") print("Hello", name) this is also a console application with a basic functionality. you can mark this answer as accepted If this was helpful Happy coding❤
30th Nov 2020, 5:53 PM
Charitra
Charitra - avatar
+ 2
🥇👩‍💻 Kintu Michael Evans 🔥🔥 What actually you want? Please make it clear
30th Nov 2020, 6:07 PM
Charitra
Charitra - avatar
+ 1
I tried that already
30th Nov 2020, 6:04 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
0
🥇👩‍💻 Kintu Michael Evans 🔥🔥 if you are making console app. Then remove kivy and django from tag. To run python app on your device. You will need python interpreter installed on your device. Hello world program for python is print("hello world").
1st Dec 2020, 12:29 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
0
I want to make an app that calculator that's is designed in kivy then python for the making the program
2nd Dec 2020, 10:21 AM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar