Generation

generate functionTue, 21 Feb 2023

paid['App'].groupby(paid['Type']).sum()\ .plot(kind='pie', figsize=(5, 6), autopct='%1.1f%%', startangle=90, title='Процент бесплатных и платных приложений') Add to this chart a display of the legend

def add(a, b): return a + b add(1, 2)

Want to kickstart your project?Use the new AI Studio to create your code