Data Driven Decision Making B.Com Business Analytics Sem I Questions (6-10) : Python Q6. Write a program to assign three values to the variables a, b and c and perform the operations addition, multiplication, ((a+b)+c), ( a-(b+c)), (a*(b+c)), (a + (b*c)), (a*(b-c)). #Write a program to assign three values to the variables a, b and c and perform the operations addition, multiplication, ((a+b)+c), (a-(b+c)), (a*(b+c)), (a + (b*c)), (a*(b-c)). a = int ( input ( 'Enter a number of your choice' )) b= int ( input ( 'Enter a number of your choice' )) c=...
Posts
- Get link
- X
- Other Apps
By Uma Bakshi
Business Analysis
-
Data Analytics Modelling Lab Notes (2022-23)(Q1-Q10) B. Com ( Business Analytics) Sem III Q1: Split the column Deptname-EmpID into two columns Step1: Copy the column Deptname – EmpID into new sheet. Step2: Select the column Step3: Go to Data tab and click on Text to Columns. A dialogue box opens. Step4: Click Next and the select Space and Other. Fill ‘ – ‘ in other box. Step5: Click next. Step6: Click finish. Q2: Format the Employee Name Column. Step1: Copy the Employee Name column in new sheet. Step2: In the column next to Employee Name column write the syntax...
DAM Sem III Lab Questions (2022)
- Get link
- X
- Other Apps
By Uma Bakshi
Business Analysis
-