美文网首页
Python-05题

Python-05题

作者: AoEliauk | 来源:发表于2020-08-10 15:31 被阅读0次

Question:

>Define a class which has at least two methods:

1)getString: to get a string from console input

2)printString: to print the string in upper case

>Also please include simple test function to test the class methods.

Solution:

program result

相关文章

网友评论

      本文标题:Python-05题

      本文链接:https://www.haomeiwen.com/subject/hjpsrktx.html