Answer:
software framework for supporting distributed data processing and storage.
Explanation:
The correct answers are:
<span>E-commerce platformsMobile
Applications
Online point-of-sales systems
Source and explanation: https://goo.gl/guJKC9
</span>
<span>Go paperless.
Use natural lighting.
Grow trees nearby.
Reduce, reuse, and recycle.
Carpool.
</span>
#Python
hasempty = False
for name in names:
if ( not name ):
hasempty = True
break # speed things up