拉手網Python程式設計師面試題

2021-08-03 23:18:28 字數 1169 閱讀 9525

拉手網python程式設計師面試題

拉手網python程式設計師面試題,有用人用10行**解決,有人用了一行**解決是多麼牛的趕腳。有種被秒殺的趕腳,題目在此

dic={}

defnum

(aa,bb,cc):

if aa%bb==0:

return cc

else:

return aa

defoutput

(*ls):

d=''

if ls.count(ls[0])==len(ls):

return ls[0]

for i in ls:

if i in dic.values():

d=(d+i)

return d

defexecute

(a,b,c,number=101):

global dic

dic=dict(zip([a,b,c],['fizzy','whizzy','duzzy']))

for i in range(1,number):

print output(num(i,a,dic[a]),num(i,b,dic[b]),num(i,c,dic[c]))

if __name__=='__main__':

execute(3,5,7)

def

fun(x,y,z):

dic = dict(zip([x,y,z],['fizzy','whizzy','duzzy']))

l =

list = [x for x in range(1,101) if x%3 == 0

or x%5 == 0

or x%7 == 0]

global dic

for i in range(1,101):

str = ''

if i in list:

if i % x == 0:

str += dic[x]

if i % y == 0:

str += dic[y]

if i % z == 0:

str += dic[z]

else:

return l

for x in fun(3,5,7):print(x)

程式設計師面試題

2013 10 12 14 05 867人閱讀收藏 舉報9月5日,華為2014校園招聘的機試題目 通過鍵盤輸入一串小寫字母 a z 組成的字串。請編寫乙個字串壓縮程式,將字串中連續出席的重複字母進行壓縮,並輸出壓縮後的字串。壓縮規則 1 僅壓縮連續重複出現的字元。比如字串 abcbc 由於無連續重複...

XX網c 程式設計師面試題目

逆序列印鍊錶,不借助其他工具。void printlistreverse listnode head printf d n head value linux系統中cp和mv的區別。cp 將檔案或者目錄拷貝到另乙個目錄中。mv 將檔案或者目錄轉移到另乙個目錄中。從inode角度分析 cp 只會複製資料...

程式設計師必備面試題

1 使用main函式的引數,實現乙個整數計算器,程式可以接受三個引數,第乙個引數 a 選項執行加法,s 選項執行減法,m 選項執行乘法,d 選項執行除法,後面兩個引數為運算元。例如 輸入test.exe a 1 2 執行1 2輸出3 define crt secure no warnings 1 i...