找考题网-背景图
多项选择题

在Python中,以下哪些选项可以用于将字符串s ="Hello,World!"转换为全大写形式?()

A.s.upper()
B.s.toUpperCase()
C.str.upper(s)
D.s.capitalize()
E.s.lower()