Python script that prints plurals

后端 未结 0 473
孤街浪徒
孤街浪徒 2021-01-23 06:55

So I\'m trying to create a python script that print plurals. Here is my code

#!/usr/bin/env python3

import sys


es_endings = (\'ch\', \'sh\', \'x\', \'s\', \'z\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题