0
In r i can not understand the question in my practical assignment it is given please guide me to solve this
Wap to extract first 10 letters in lower case & last 10 letters in upper case and extract letters between 22 nd and 24th letters in upper case
5 Answers
+ 7
abhishek bairwa
see the question is that First you have to display first ten letters in Lowercase then last ten letters in uppercase
after that you have to display the letters between the place 22 to 24 means letters come in these places are V W and X in upper case
Hope it helps!šš»
print("The below will print first 10 letters in an English alphabet in lower case:")
first_ten = head(letters, 10)
print(first_ten)
print("The below print the last ten letters of the english alphabet in upper case:")
last_ten = tail(LETTERS, 10)
print(last_ten)
print("The below print letters between 22nd to 24th letters that is the letters coming in these position in upper case:")
between_letters = tail(LETTERS[22:24])
print(between_letters)
+ 3
abhishek bairwa Please share your code
+ 3
abhishek bairwa Bhai Sl main course hai R programming language sikh lo.
https://www.sololearn.com/Course/r-course/?ref=app
+ 1
I don't have a code i am not understanding the question and kya approach use kare to solve
0
And bhai mujhe semester ka exam clear karna hai r with data science mai and mujhe r aati nahi hai