Just Fizz!
你应该写一个函数,接收一个正整数并返回:"Fizz" ,如果该数字能被3整除(3,6,9...),否则将给定的数字转换成字符串(2 ->"2" )。
You should be an authorized user in order to see the full description and start solving this mission.
你应该写一个函数,接收一个正整数并返回:"Fizz" ,如果该数字能被3整除(3,6,9...),否则将给定的数字转换成字符串(2 ->"2" )。