Answers for "how to say and in python"

1

how to say something python

###Say Hello World!!!
print("Hello World!!!")
Posted by: Guest on April-22-2020
-1

if with && in python

def front_back(a, b):
  # +++your code here+++
  if len(a) % 2 == 0 && len(b) % 2 == 0:
    return a[:(len(a)/2)] + b[:(len(b)/2)] + a[(len(a)/2):] + b[(len(b)/2):] 
  else:
    #todo! Not yet done. :P
  return
Posted by: Guest on June-13-2020

Python Answers by Framework

Browse Popular Code Answers by Language