Jump to content

madhu

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

madhu's Achievements

Apprentice

Apprentice (3/14)

  • Dedicated
  • First Post
  • One Year In
  • Week One Done
  • One Month Later

Recent Badges

3

Reputation

  1. cleared the exam. Below questions are part of the exam Question 2 Question 4 Question 5 Question 7 Question 8 Question 10 Question 11 Question 12 Question 14 Question 16 Question 17 Question 21 Question 24 Question 25 Question 27 Question 29 Question 30 Question 32 Question 40 Question 42 Question 45 import sys import math b1=type(dir(sys)) is str b2=type(sys.path[-1]) is str print(b1 and b2) and something like the below def foo(x,y,z,): return x(y)-x(z) print (foo(lambda x: x*x, lambda x: x%2,1))
×
×
  • Create New...