摘要: Write a function that takes a string as input and returns the string reversed. Example 1: Input: "hello" Output: "olleh" Example 2: Input: "A man, a p 阅读全文
posted @ 2018-09-30 13:00 一丝清风一抹红尘 阅读(104) 评论(0) 推荐(0) 编辑
摘要: Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three it should output “Fizz” instead of the numbe 阅读全文
posted @ 2018-09-30 11:27 一丝清风一抹红尘 阅读(109) 评论(0) 推荐(0) 编辑