﻿1
00:00:00,600 --> 00:00:08,690
‫Muller to see how we can enter data manually we saw this earlier also when we learned how to assign

2
00:00:08,690 --> 00:00:12,070
‫value to variables revisit it.

3
00:00:13,100 --> 00:00:23,800
‫If you want to assign values from one to 10 to a variable you can do it like this X1 gets 1 to 10

4
00:00:26,870 --> 00:00:35,300
‫you can see X1 is a variable in new workspace no the second way of assigning value is using the concatenation

5
00:00:35,360 --> 00:00:35,840
‫operator.

6
00:00:36,560 --> 00:00:42,590
‫So if you want to assign specific values to X to relate X to get

7
00:00:45,210 --> 00:00:48,770
‫C and we didn't black it we can mention the values

8
00:00:52,490 --> 00:00:56,230
‫control in order to get these values.

9
00:00:56,330 --> 00:00:59,180
‫There is another function called sequence.

10
00:00:59,180 --> 00:01:02,910
‫So if you want to assign a sequence to a variable.

11
00:01:03,440 --> 00:01:13,590
‫So for example if you want to assign the multiples of five from five to 50 we'll do it like this extricate

12
00:01:16,950 --> 00:01:19,360
‫sequence.

13
00:01:20,080 --> 00:01:23,750
‫The starting point which is five comma.

14
00:01:23,880 --> 00:01:29,670
‫The last point which is 50 comma b y is equal to five.

15
00:01:33,820 --> 00:01:38,300
‫So you can see it's a sequence which starts with five.

16
00:01:39,070 --> 00:01:48,820
‫It is incremented by five which we specified when we load by is equal to five and it goes up 250 if

17
00:01:48,820 --> 00:01:50,940
‫you would have written minus five.

18
00:01:51,370 --> 00:01:54,140
‫It would have gone in the other direction.

19
00:01:54,280 --> 00:01:56,930
‫So five next number would be zero.

20
00:01:56,980 --> 00:01:58,510
‫Next number would be minus five.

21
00:01:58,840 --> 00:02:06,460
‫And so on there is another way to enter number in this way you'll be entering Number manually one by

22
00:02:06,460 --> 00:02:08,300
‫one for this.

23
00:02:08,300 --> 00:02:10,080
‫The function is scan.

24
00:02:10,310 --> 00:02:12,220
‫So if you write X forwards

25
00:02:16,010 --> 00:02:19,940
‫scan open close bracket.

26
00:02:20,660 --> 00:02:27,650
‫If you've done this in the console you can see and make it bigger.

27
00:02:28,830 --> 00:02:31,260
‫You can see one is written here

28
00:02:34,930 --> 00:02:39,880
‫whatever value you write here and then present it will be added in this edit.

29
00:02:40,540 --> 00:02:45,830
‫You can continue doing this once you had one job done.

30
00:02:45,830 --> 00:02:52,100
‫Press enter to paint and that will be the end of input.

31
00:02:52,100 --> 00:02:58,280
‫You'll get x4 as 32 21 23 45 43.

32
00:02:58,280 --> 00:02:59,250
‫Two in full.

33
00:03:00,830 --> 00:03:09,490
‫So this is manually entering values one by one these are the forward ways we can input value into a

34
00:03:09,490 --> 00:03:10,960
‫variable manually.

