diff --git a/README.md b/README.md index 1f6e2dc..2eb14b8 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ int main() } ``` -``` + #include using namespace std; @@ -94,8 +94,32 @@ int main() { cout<<"thanks alosefer "<< "all "<< y <<" day"; } + ``` +... + +#include +using namespace std; + +int main() +{ + +int x = 25 ; +int z = 26 ; +int w = 27 ; + +if ( x == 25 ) +if ( z == 26 ) +if ( w == 27 ){ + +cout << "Yes is eid days" << endl; +} + +} + +... + ## kotlin ``` package Eid @@ -164,28 +188,6 @@ else: print ('Happy Eid Too ^_^ ') ``` -New Python Code -``` - - -#Fahad Alsubaie @FahadMIT -import time -import os -MessageBeforeEid = "The Eid will coming" -today = time.strftime("%d/%m/%Y") -EidTime= "25/06/2017" -user= os.popen('whoami').read() -EidMessage = ("Happy Eid :) Mr." + '%s' %user) -if today < EidTime: - print (MessageBeforeEid) -elif today == EidTime: - print (EidMessage) -elif today > EidTime: - print ('Today is ''%s'' You miss the Eid'%today) -else: - quit() -``` - ## javascript ```