{{theTime}}

Search This Blog

Total Pageviews

Algebra using Python Lambda

Write a function to multiply the number by 10 using Lambda

x = lambda a : a * 10
print(x(5))

No comments:

ImportError: cannot import name 'soft_unicode' from 'markupsafe'

Check the markupsafe version.  To fix the problem install 2.0.1 pip install markupsafe==2.0.1