Computer Science, asked by manaprakash2000, 3 months ago

27
What will be the output of the following code snipe
import pandas as pd
data1 = (11,12)
data2=(13,14,15)
data-data1-data2
df=pd. DataFrame(data)
print(df)​

Answers

Answered by biplobroy8901
0

Answer:

(11,12)ttdrfdffdffghc

Similar questions