SPECIAL NUMBER PROGRAM IN PYTHON PROGRAMMING || SUM OF FACTORIAL OF INDIVIDUAL DIGITS

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 2

  • @SubhradipParshi
    @SubhradipParshi ปีที่แล้ว

    Thank you sirthe video was very helpful .

  • @royalwinautomatedsoftware2985
    @royalwinautomatedsoftware2985 2 ปีที่แล้ว

    Hai. Im watched ur all videos. I have one doubt I have using pandas read and write data script. Read data execute success but write not run getting error. Read data column full name and password, Write data column status. I want write status column "passed" or "failed".
    import pandas as pd
    df = pd. read_excel('data.xlsx')
    for i in df.index:
    entry = df.loc[i]
    name_input = browser.find_element_by_name('fullname")
    password_input = browser.find_element_by_name('password")