Task Description
計算字串中大寫字母的數量
寫一個python程式接收一個字串,並回傳該字串中大寫字母的數量。
Input Format
測資給定一個字串。
Output Format
請輸出一個整數,表示該字串中大寫字母的數量。
Sample Input
Hello, World!
Sample Output
2
Task Description
計算字串中大寫字母的數量
寫一個python程式接收一個字串,並回傳該字串中大寫字母的數量。
Input Format
測資給定一個字串。
Output Format
請輸出一個整數,表示該字串中大寫字母的數量。
Sample Input
Hello, World!
Sample Output
2