#!/usr/bin/env python # coding: utf-8 # In[1]: a = 3 b = 5 c = a*b print(c) # In[ ]: