技术栈

fizz buzz

bryant_meng
1 年前
人工智能·pytorch·python·fizz buzz
【Pytorch】Fizz Buzz学习参考来自:I need you to print the numbers from 1 to 100, except that if the number is divisible by 3 print “fizz”, if it’s divisible by 5 print “buzz”, and if it’s divisible by 15 print “fizzbuzz”.