isalpha

    0熱度

    2回答

    我目前停留在問題NoneType和使用功能因而isalpha()在Python。我想要做的是詞法分析,我想將整個代碼分成四類。這是我的代碼 import sys import keyword #keyword.iskeyword() **strong text**def check_chars(tmp,x): if (tmp == "" or tmp.isalpha()) and (x =

    -1熱度

    4回答

    我有我的問題。我從控制檯收到2條警告,但我不知道我的代碼有什麼問題。你可以看看嗎? 方案假設,以顯示線與至少11個字符和4個數字 #include <stdio.h> #include <ctype.h> int main() { char line[200]; printf("Enter a string: \n"); while(fgets(line,