Skip to content

Commit 26a2de9

Browse files
committed
Update basic_operation.py
1 parent eeec0f5 commit 26a2de9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

General/basic_operation.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
import socket
22
import os
33

4+
'''
5+
def validate_ip_logic(ip_address):
6+
def validate_ip(ip_address):
7+
def set_all_dict_value(input_dict,value):
8+
def remove_duplicate_list(input_list):
9+
def remove_empty_element_list(input_list):
10+
def list_to_file(input_list,output_file):
11+
def file_to_list(input_file):
12+
def get_file_details(input_file):
13+
def file_string_replace(input_file):
14+
'''
15+
416
#Remove Duplicates from list - Input (ipaddress)1 | Output (status)1
517
def validate_ip_logic(ip_address):
618
valid_host=ip_address.split(".")

0 commit comments

Comments
 (0)