寒假【perl語言學習腳本】10.1 10.2 10.3

#!/usr/bin/perl -w my $secret_num = int(1 + rand 100); print 「Don’t tell anyone, but the secret number is $secret_num.\n」; while(1) {#無限的while循環 print 「Please enter a guess from 1 to 100:\n」; chomp(my
相關文章
相關標籤/搜索