From[Pythondiscussion group]2023-07-30 14:01:09 0 0 356
What to do if idle cannot be found
Windows cannot find file IDLE Why?
From[Pythondiscussion group]2022-09-26 20:48:29 0 1 748
From[Pythondiscussion group]2022-09-19 22:16:05 0 2 956
import randomdict1={'2':2,"3":3,"4":4,'5':5,'6':6,"7":7,...
From[Pythondiscussion group]2022-07-23 09:59:54 0 0 663
Determine whether the input is a number
def is_number(s): try: float(s) return True...
From[Pythondiscussion group]2022-05-13 23:04:37 0 0 985
What should I do if the underline breaks__
From[Pythondiscussion group]2022-04-22 01:21:38 0 0 972
I am a newbie who has just studied for 3 days. I want to ask some questions about my studies.
From[Pythondiscussion group]2022-01-21 20:01:24 0 1 1003
I can't find this function document on my computer
I can't find this function document on my computer. How can I get it?
From[Pythondiscussion group]2021-11-04 05:12:12 0 2 764
From[Pythondiscussion group]2021-10-22 22:29:14 0 5 1061
Where do you practice the after-school exercises?
Where can I watch the after-class exercises?
From[Pythondiscussion group]2021-09-09 23:52:12 0 1 1119
What does the repo_info of line17 mean?
Is repo_info() a function? Didn’t you see the definition earlier?
From[Pythondiscussion group]2021-07-21 16:26:33 0 1 960
print('1 Hello')print('2 Hello')print('3 Hello')
From[Pythondiscussion group]2021-05-28 22:17:00 0 1 1038
How to create python format text in win10
From[Pythondiscussion group]2020-12-27 16:37:03 0 3 1371
From[Pythondiscussion group]2020-11-05 22:29:32 0 1 1267