• 2022-05-31 问题

    st='abc234d' st=str(st)[2:-1] print(st) 结果是 A: c234 B: c234d

    st='abc234d' st=str(st)[2:-1] print(st) 结果是 A: c234 B: c234d

  • 2022-06-16 问题

    写出程序运行结果:#include"stdio.h"#include"string.h"main(){charst1[15],st3[15],st2[]="CLanguage";strcpy(st1,st2);strcpy(st3,st2,3);puts(st1);puts(st3);printf("");}

    写出程序运行结果:#include"stdio.h"#include"string.h"main(){charst1[15],st3[15],st2[]="CLanguage";strcpy(st1,st2);strcpy(st3,st2,3);puts(st1);puts(st3);printf("");}

  • 2022-05-29 问题

    要把st变成st=['x','a','b'],那么操作是st=['a','b']_____print(st) A: st.append('x') B: st.insert(1,'x') C: st.insert('x') D: st.insert(0,'x')

    要把st变成st=['x','a','b'],那么操作是st=['a','b']_____print(st) A: st.append('x') B: st.insert(1,'x') C: st.insert('x') D: st.insert(0,'x')

  • 2022-06-16 问题

    def f(st): st.append('x') return stst=['a']st=f(st)print(st)结果是 A: ['a','x'] B: ['a'] C: ['x'] D: ['x','a']

    def f(st): st.append('x') return stst=['a']st=f(st)print(st)结果是 A: ['a','x'] B: ['a'] C: ['x'] D: ['x','a']

  • 2022-11-03 问题

    ____ ['kʌstəm] n 习惯;风俗

    ____ ['kʌstəm] n 习惯;风俗

  • 2022-06-06 问题

    根据音标写出下面单词[ˈdræg(ə)n][sneɪk][hɔːs][ʃiːp][ˈruːstə]

    根据音标写出下面单词[ˈdræg(ə)n][sneɪk][hɔːs][ʃiːp][ˈruːstə]

  • 2022-06-15 问题

    创建一个空列表的方法是 st=&#91;&#93;。(<br/>)

    创建一个空列表的方法是 st=&#91;&#93;。(<br/>)

  • 2022-06-08 问题

    完成下面类中成员函数的定义。#include &#91;iostream&#93; #include &#91;string&#93; using namespace std; class str {private: char *st; public: str(char *a) {set(a); } str & operator=(str &a) {delete st; set(a.st); return *this; } void show(){cout<<st<<endl;} ~str(){delete st;} void set(char *s)//初始化st {_____ strcpy(st,s); } }; void main() {str s1("he"),s2("she"); s1.show(),s2.show(); s2=s1; s1.show(),s2.show();}

    完成下面类中成员函数的定义。#include &#91;iostream&#93; #include &#91;string&#93; using namespace std; class str {private: char *st; public: str(char *a) {set(a); } str & operator=(str &a) {delete st; set(a.st); return *this; } void show(){cout<<st<<endl;} ~str(){delete st;} void set(char *s)//初始化st {_____ strcpy(st,s); } }; void main() {str s1("he"),s2("she"); s1.show(),s2.show(); s2=s1; s1.show(),s2.show();}

  • 2022-06-06 问题

    ※&#91;21~22&#93;.(2).(   )...※&#91;19~20&#93;.(2).(   )...※&#91;21~22&#93;.(2).(   )...※&#91;19~20&#93;.(2).(   )...&#91;16~18&#93;().(2)&#91;16~18&#93;().(2)※&#91;13~15&#93;.(2)※&#91;9~12&#93;.(2)&#91;16~18&#93;().(2)※&#91;13~15&#93;.(2) A: A. B: B. C: C. D: D.

    ※&#91;21~22&#93;.(2).(   )...※&#91;19~20&#93;.(2).(   )...※&#91;21~22&#93;.(2).(   )...※&#91;19~20&#93;.(2).(   )...&#91;16~18&#93;().(2)&#91;16~18&#93;().(2)※&#91;13~15&#93;.(2)※&#91;9~12&#93;.(2)&#91;16~18&#93;().(2)※&#91;13~15&#93;.(2) A: A. B: B. C: C. D: D.

  • 2022-06-01 问题

    ※&#91;48~50&#93;.(2)4..,...(   )..※&#91;46~47&#93;.(2)..().().().().※&#91;46~47&#93;.(2)..().().().().※&#91;44~45&#93;.(2)..(   )......※&#91;44~45&#93;.(2)..(   )......※&#91;42~43&#93;.(2),.9.()....().,..,,...,.,,,.※&#91;39~41&#93;.(2)※&#91;42~43&#93;.(2),.9.()....().,..,,...,.,,,.※&#91;35~38&#93;.(2)※&#91;39~41&#93;.(2) A: A. B: B. C: C. D: D.

    ※&#91;48~50&#93;.(2)4..,...(   )..※&#91;46~47&#93;.(2)..().().().().※&#91;46~47&#93;.(2)..().().().().※&#91;44~45&#93;.(2)..(   )......※&#91;44~45&#93;.(2)..(   )......※&#91;42~43&#93;.(2),.9.()....().,..,,...,.,,,.※&#91;39~41&#93;.(2)※&#91;42~43&#93;.(2),.9.()....().,..,,...,.,,,.※&#91;35~38&#93;.(2)※&#91;39~41&#93;.(2) A: A. B: B. C: C. D: D.

  • 1 2 3 4 5 6 7 8 9 10