From d4601ae9b80b2fa0c8b4adf2c37a0683a5694b51 Mon Sep 17 00:00:00 2001 From: PankajMehar Date: Mon, 10 Jul 2017 09:41:55 +0000 Subject: [PATCH] Done --- build.py | 8 ++++++++ build.pyc | Bin 0 -> 536 bytes tests/__init__.pyc | Bin 0 -> 165 bytes tests/test_is_rotation.pyc | Bin 0 -> 1059 bytes 4 files changed, 8 insertions(+) create mode 100644 build.pyc create mode 100644 tests/__init__.pyc create mode 100644 tests/test_is_rotation.pyc diff --git a/build.py b/build.py index e69de29..0fe4cf3 100644 --- a/build.py +++ b/build.py @@ -0,0 +1,8 @@ +def is_rotation(string1, string2): + if string1 == None or string2 == None: + return False + elif string1 == string2 or (string2 in string1*2 and len(string1) == len(string2)): + return True + else: + return False +is_rotation (string1 = 'hello', string2 = 'ohleol') diff --git a/build.pyc b/build.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbb26998e23eb9445d408c479a9c45939ef2f2a3 GIT binary patch literal 536 zcmb_Y!Ab)$5S{F9TdjEW(1Qn$d#P)SM-f5vQY@ug5Jix<8N2JINlDU!&|CdT|HB_} zCJ6cgF3j7PH}fWsq+f^q&q?)A!Oz#B{}q)#Ay5Dx0FMAjT!2bIrJyp{K_XNK%DhWM zRYJg(Qe9K|CxUHsw+Z+GY{?2h+#N#@P*RU1?#-C+sDPuk3vK}+;qy*JBABp`^b|_= z(xNiw+ola;o)H9wsWlil{jJm{JbT%$tHjP%N)H|R}jemAF z$k13L=;-?dAO<26=ORnyF+69kQENMA7WheRt=#N<@{`5C+|;}hT|)yS{gTw; jl4AY%_{_Y_lK6N%pdt>Skv6&cDWy57b|8z3ftUdRXUrzj literal 0 HcmV?d00001 diff --git a/tests/test_is_rotation.pyc b/tests/test_is_rotation.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b79c47192c88b90820be2c202fa6eefe666a7b3 GIT binary patch literal 1059 zcmcgqO>fjN5FIDmuSFGY)e9F?af*tVN&M`|jK^=@IR3FaeDt=sEa>iuF~7!ej{ypwpqi)=bR|frh_s+m zkc#OW(UR!$Dk3$YNwR_P>L;E=VCA;~=i2!b>9oIpXPmjbwO;zln&0Pf^f89p2WaAB za4M1`aW)Cb3XX{|_>2<__Z@I^$lSoFr}q`~F3dw3_=x61YG05L;+E(-X0l6oji8VG zV?ejqHz2h^%ZPly5ZOCW^5!2MTYqtEg&hIcQf-skS#zMSNiqcW@tRQgU{@<$f(*tU zm7OVAr=!w#MtN4iqB5ZM+@caQCh|MIF_rC9ehF5;L_oq#Kz&5huBuhW+dZFm)+}u6 zPumvAwscOn{*A2BtCfBFxs!F+-g^d!99yG3FV5ReCm|tQPS<5fpTM91?gLio%r-iG zFU?$Dztc0>rWdxIyM-)tT3Dsi(kZ7$iyJ?)W&|45C(~%-N6(%S~x7-@O&}f6YJRZU)&{ hz)dk;5$sImxv~rn3UU9BR#50=ugNQ>=$PJK{0oMc^M3#U literal 0 HcmV?d00001