Open in app
Home
Notifications
Lists
Stories

Write
Globalranker
Globalranker

Home

Jan 31, 2021

NETWORKING full form

1.NIU Network Interface Unit 2 MAC Media Access Control 3 TCP/IP Transmission Control Protocol/Internet Protocol 4 PAN Personal Area Network 5 LAN Local Area Network 6 MAN Metropolitan Area Network 7 WAN Wide Area Network 8 UTP Unshielded Twisted Pair 9 STP Shielded Twisted Pair 10 Mbps Megabits per sec …

2 min read


Jan 24, 2021

Write a Python program to calculate the length of a string,

Write a Python program to calculate the length of a string, # Python program to calculate the length of a string. def string_length(str1): count = 0 for char in str1: count += 1 return count print(string_length(‘Python Program’))

1 min read

Write a Python program to calculate the length of a string,

# Python program to calculate the length of a string.

def string_length(str1):

count = 0

for char in str1:

count += 1

return count

print(string_length(‘Python Program’))

--

--

Globalranker

Globalranker

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable