enumerate initial point Question YashikaKhurana Enumerate ["MI", "KKR", "PBKS", "DC", "RR", SRH"] Set the initial iterator to 5. in progress 0 Python 55 years 1 Answer 803 views Master
enumerate string Question YashikaKhurana Enumerate the string: s="I love to learn from The Data Monk" in progress 0 Python 55 years 1 Answer 846 views Master
enumerate the list Question YashikaKhurana Enumerate the list: ["apple", "banana", "pear", "grapes"] in progress 0 Python 55 years 1 Answer 753 views Master
Try splitting Question YashikaKhurana Try train test splitting on the given dataset: https://www.kaggle.com/vikrishnan/boston-house-prices 0 Python 55 years 0 Answers 783 views Master
Round off-2 Question YashikaKhurana Round off 123.519 to first place. in progress 0 Python 55 years 1 Answer 800 views Master
absolute of complex no Question YashikaKhurana What is the math behind the absolute value of a complex no? in progress 0 Python 55 years 1 Answer 790 views Master
Find round off 1 Question YashikaKhurana Round off 3.9129 to two digits. in progress 0 Python 55 years 1 Answer 748 views Master
find absolute value 1 Question YashikaKhurana Find the absolute value of -3.26. in progress 0 Python 55 years 1 Answer 633 views Master
String reversal Question YashikaKhurana Write a program to reverse the string, passed as an argument. in progress 0 Python 55 years 2 Answers 920 views Master
parameters vs arguments Question YashikaKhurana What is the difference between parameters and arguments? in progress 0 Python 55 years 1 Answer 870 views Master