ram tag

23 questions


1 answers
104 views
0
Question for implementing Python schedule and dispatcher integration.

import telegramimport scheduleimport timeimport sysfrom telegram.ext import Updater, MessageHandler, Filtersfrom bs4 import BeautifulSoupfrom selenium import webdriverfrom webdriver_manager.chrome imp...

2 years ago

1 answers
76 views
0
I want to make a program through C language, but can I make a program other than the console window?

You have to use language c, but the console of language c is too limited and unfriendly for basic ui Is there any way?

2 years ago

1 answers
130 views
0
How to turn a Python structural program into an object-oriented program

kors=[]def print_menu(): print ('\nGrade Processing Program') print ('1. Score input') print('2. Grades output') print ('3. Exit') print(-*20) menu = int(input('select action(1~3) :') return menudef i...

2 years ago
« - 3 -

© 2024 OneMinuteCode. All rights reserved.