1樓:oracle九叔
你好copy的!
我給你做一下第17 題:別的問題需要答案的話,挨個提問,否則沒人一下給你回答那麼多的問題
import math
def is_prime(n): # 簡化問題,先利用函式判斷是否為質數
if n == 1: # =是賦值,==才是判斷,切記切記
return false
for i in range(2, int(math.sqrt(n))+1): # 質數判斷條件,注意+1
if n % i == 0:
return false
return true
primes =
name = int(input())
if is_prime(i) is true: # bool值用is判斷
print('the input number is prime number;')
else:
print('the input number is not a prime number;')
求助大佬,這個python作業的**要怎麼寫?
2樓:匿名使用者
f = open("test.txt", 'wb') # 二進位制寫模式
f.write(b'precious things are very few!') # 二進位制寫
f.write(b'i wish you success in your work!') # 二進位制寫
f.write(b'with the ***pliments of the season!') # 二進位制寫
f.write(b'may joy and health be with you always!') # 二進位制寫
f.write(b'a friend is a loving ***panion at all times!') # 二進位制寫
f.close() # 關閉檔案
f = open("test.txt", 'rb') # 二進位制讀
print(f.read()) # 列印讀出來的資料
f.close() # 關閉檔案
3樓:匿名使用者
ss = '''precious things are very few!
i wish you success in your work!
with the ***pliments of the season!
may joy and health be with you always!
a friend is a loving ***panion at all times!'''
with open('./exp030202.txt','wb',encoding='utf-8') as file1:
file1.write(ss)
with open('./exp030202.txt','rb',encoding='utf-8') as file2:
print(file2.read())
4樓:我配合的演出
in [4]: with open(r'e:/exp030202.txt','wb') as t:
...: t.write(ss.encode())...:
...:
in [5]: with open(r'e:/exp030202.txt','rb') as t:
...: print(t.read())...:
5樓:格藍英奇
s = """precious things are very few!
i wish you success in your work!
with the ***pliments of the season!
may joy and health be with you always!
a friend is a loving ***panion at all times!"""
with open('exp030202.txt', 'wb')as f:
f.write(s.encode('utf-8','strict'))
f.close()
with open('exp030202.txt', 'rb')as f:
read_data = f.read()
print(read_data)
f.close()效果圖
您好,想問您一道python 作業題,我寫了好多次都顯示不對,不知道是格式不對還是…?
6樓:匿名使用者
不知道你怎麼寫的,不過之前輸入mn可以先來個判斷,m大於等於1,n大於等於2m,小於等於4m,且n模2等於0。
7樓:匿名使用者
def crp(m, n):
for i in range(0, m+1):
if i * 2 + (m - i) * 4 == n:
return i, m-i
m = eval(input('請輸入頭數:
'))n = eval(input('請輸入腳數:'))
print('雞有版只,兔有隻。權'.format(crp(m, n)))
急,作業題目
大,電流的平方乘以電阻,多 電阻 電壓的平方除以功率,所以r 220x220 110 440歐姆發熱功率就是電器的發熱的內功率,輸出功容率就是電器的輸出功率,完全是字面意思,當電器是純電阻電器,且以電熱方式轉化為有用能量的時候,二者相等,不是純電阻電器就不一樣了,像電動機那樣的,輸出功率是機械功率,...
作業題目為最感動的一件事的作文,和關愛是嗎?如果是,關愛這篇前兩天寫過了,想把關愛抄上去
時間就像細沙一樣,是抓不住的,就算握緊了拳頭,細沙依然會從指間,慢慢溢位,只剩掌心的那一小堆沙子。我們就像這樣,過了一年又一年,到要結束才來感嘆 啊,原來就畢業了,要離開了啊 即便如此,也不會遺憾,因為我未曾失望過。於是,我便懷著這種感覺,在師恩的籠罩下,待了六年。我從未想過不回報師恩。畢竟老師是看...
跪求1道小語文作業題求求大家了
上聯 長 chang 長 zhang 長 chang 長 zhang 長 chang 長 chang 長 zhang 下聯 長 zhang 長 chang 長 zhang 長 chang 長 zhang 長 zhang 長 chang 用意是 希望豆芽長得又快又好,生意興隆咯 chang zhang...